Html Css Color HEX #D4B812 Bird Flower

📋 copy color: '#D4B812'

red 212 ◦ green 184 ◦ blue 18

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

Shades of Bird Flower #D4B812

Tints of Bird Flower #D4B812

RGB

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

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

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

R = 51.21%
G = 44.44%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4B812 (or 0xD4B812) is known color: Bird Flower. HEX triplet: D4, B8 and 12. RGB value is (212,184,18). Sum of RGB (Red+Green+Blue) = 212+184+18=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B812 is #2B47ED. Grayscale: #AEAEAE. Windows color (decimal): -2836462 or 1226964. OLE color: 1226964.

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

Color convert

RGB 212 184 18 -
CMYK 0 0.13 0.92 0.17
HSL 51.34º 0.84% 0.45% -
HSV(B) 51.34º 0.92% 0.83% -
XYZ 44.4 48.32 7.56 -
YUV 173.45 40.28 155.5 -
System Red Green Blue C M Y K H S L
Decimal 212 184 18 0 0.13 0.92 0.17 51.34 0.84 0.45
Hex D4 B8 12 0 D 5C 11 33 54 2D
Octal 324 270 22 0 15 134 21 63 124 55
Binary 11010100 10111000 10010 0 1101 1011100 10001 110011 1010100 101101

Color Harmonies of #D4B812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B812

Black with #D4B812

Text Example


Text Example

White with #D4B812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B812; }

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

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

background-color css

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

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

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

border-color css

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

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

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