Html Css Color HEX #D0B718 Bird Flower

📋 copy color: '#D0B718'

red 208 ◦ green 183 ◦ blue 24

#D0B718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D0B718

Tints of Bird Flower #D0B718

RGB

 RED value IS 208 (81.64% from 255) = 50.12%

 GREEN value IS 183 (71.88% from 255) = 44.1%

 BLUE value IS 24 (9.77% from 255) = 5.78%

R = 50.12%
G = 44.1%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0B718 (or 0xD0B718) is known color: Bird Flower. HEX triplet: D0, B7 and 18. RGB value is (208,183,24). Sum of RGB (Red+Green+Blue) = 208+183+24=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B718 is #2F48E7. Grayscale: #ADADAD. Windows color (decimal): -3098856 or 1619920. OLE color: 1619920.

HSL color Cylindrical-coordinate representation of color #D0B718: hue angle of 51.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0B718 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 183 24 -
CMYK 0 0.12 0.88 0.18
HSL 51.85º 0.79% 0.45% -
HSV(B) 51.85º 0.88% 0.82% -
XYZ 43.11 47.34 7.73 -
YUV 172.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 208 183 24 0 0.12 0.88 0.18 51.85 0.79 0.45
Hex D0 B7 18 0 C 58 12 34 4F 2D
Octal 320 267 30 0 14 130 22 64 117 55
Binary 11010000 10110111 11000 0 1100 1011000 10010 110100 1001111 101101

Color Harmonies of #D0B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B718

Black with #D0B718

Text Example


Text Example

White with #D0B718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B718; }

 p { color: rgb(208,183,24); }

 H1.HeaderClassName
 {
   color: #D0B718;
 }
 .AnyTagClassName
 {
   color: #D0B718;
 }
</style>

background-color css

<style>
 a { background-color: #D0B718; }

 a { background-color: rgb(208,183,24); }

 div.DivClassName
 {
   background-color: #D0B718;
 }
 .BgClassName
 {
   background-color: #D0B718;
 }
</style>

border-color css

<style>
 span { border-color: #D0B718; }

 span { border-color: rgb(208,183,24); }

 td.TdClassName
 {
   border-color: #D0B718;
 }
 .TagClassName
 {
   border-color: #D0B718;
 }
</style>