Html Css Color HEX #D4B612 Bird Flower

📋 copy color: '#D4B612'

red 212 ◦ green 182 ◦ blue 18

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

Shades of Bird Flower #D4B612

Tints of Bird Flower #D4B612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.17%

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

R = 51.46%
G = 44.17%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4B612 (or 0xD4B612) is known color: Bird Flower. HEX triplet: D4, B6 and 12. RGB value is (212,182,18). Sum of RGB (Red+Green+Blue) = 212+182+18=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B612 is #2B49ED. Grayscale: #ACACAC. Windows color (decimal): -2836974 or 1226452. OLE color: 1226452.

HSL color Cylindrical-coordinate representation of color #D4B612: hue angle of 50.72º 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 #D4B612 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 182 18 -
CMYK 0 0.14 0.92 0.17
HSL 50.72º 0.84% 0.45% -
HSV(B) 50.72º 0.92% 0.83% -
XYZ 43.99 47.5 7.42 -
YUV 172.27 40.94 156.34 -
System Red Green Blue C M Y K H S L
Decimal 212 182 18 0 0.14 0.92 0.17 50.72 0.84 0.45
Hex D4 B6 12 0 E 5C 11 33 54 2D
Octal 324 266 22 0 16 134 21 63 124 55
Binary 11010100 10110110 10010 0 1110 1011100 10001 110011 1010100 101101

Color Harmonies of #D4B612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B612

Black with #D4B612

Text Example


Text Example

White with #D4B612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B612; }

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

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

background-color css

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

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

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

border-color css

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

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

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