Html Css Color HEX #D4B80C Bird Flower

📋 copy color: '#D4B80C'

red 212 ◦ green 184 ◦ blue 12

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

Shades of Bird Flower #D4B80C

Tints of Bird Flower #D4B80C

RGB

 RED value IS 212 (83.2% from 255) = 51.96%

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

 BLUE value IS 12 (5.08% from 255) = 2.94%

R = 51.96%
G = 45.1%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4B80C (or 0xD4B80C) is known color: Bird Flower. HEX triplet: D4, B8 and 0C. RGB value is (212,184,12). Sum of RGB (Red+Green+Blue) = 212+184+12=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B80C is #2B47F3. Grayscale: #ADADAD. Windows color (decimal): -2836468 or 833748. OLE color: 833748.

HSL color Cylindrical-coordinate representation of color #D4B80C: hue angle of 51.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4B80C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 184 12 -
CMYK 0 0.13 0.94 0.17
HSL 51.6º 0.89% 0.44% -
HSV(B) 51.6º 0.94% 0.83% -
XYZ 44.36 48.3 7.33 -
YUV 172.76 37.28 155.99 -
System Red Green Blue C M Y K H S L
Decimal 212 184 12 0 0.13 0.94 0.17 51.6 0.89 0.44
Hex D4 B8 C 0 D 5E 11 34 59 2C
Octal 324 270 14 0 15 136 21 64 131 54
Binary 11010100 10111000 1100 0 1101 1011110 10001 110100 1011001 101100

Color Harmonies of #D4B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B80C

Black with #D4B80C

Text Example


Text Example

White with #D4B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B80C; }

 p { color: rgb(212,184,12); }

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

background-color css

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

 a { background-color: rgb(212,184,12); }

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

border-color css

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

 span { border-color: rgb(212,184,12); }

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