Html Css Color HEX #D0B812 Bird Flower

📋 copy color: '#D0B812'

red 208 ◦ green 184 ◦ blue 18

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

Shades of Bird Flower #D0B812

Tints of Bird Flower #D0B812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

 BLUE value IS 18 (7.42% from 255) = 4.39%

R = 50.73%
G = 44.88%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0B812 (or 0xD0B812) is known color: Bird Flower. HEX triplet: D0, B8 and 12. RGB value is (208,184,18). Sum of RGB (Red+Green+Blue) = 208+184+18=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B812 is #2F47ED. Grayscale: #ACACAC. Windows color (decimal): -3098606 or 1226960. OLE color: 1226960.

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

Color convert

RGB 208 184 18 -
CMYK 0 0.12 0.91 0.18
HSL 52.42º 0.84% 0.44% -
HSV(B) 52.42º 0.91% 0.82% -
XYZ 43.26 47.73 7.51 -
YUV 172.25 40.95 153.5 -
System Red Green Blue C M Y K H S L
Decimal 208 184 18 0 0.12 0.91 0.18 52.42 0.84 0.44
Hex D0 B8 12 0 C 5B 12 34 54 2C
Octal 320 270 22 0 14 133 22 64 124 54
Binary 11010000 10111000 10010 0 1100 1011011 10010 110100 1010100 101100

Color Harmonies of #D0B812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B812

Black with #D0B812

Text Example


Text Example

White with #D0B812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B812; }

 p { color: rgb(208,184,18); }

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

background-color css

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

 a { background-color: rgb(208,184,18); }

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

border-color css

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

 span { border-color: rgb(208,184,18); }

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