Html Css Color HEX #D4B012 Sunflower

📋 copy color: '#D4B012'

red 212 ◦ green 176 ◦ blue 18

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

Shades of Sunflower #D4B012

Tints of Sunflower #D4B012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.35%

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

R = 52.22%
G = 43.35%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4B012 (or 0xD4B012) is known color: Sunflower. HEX triplet: D4, B0 and 12. RGB value is (212,176,18). Sum of RGB (Red+Green+Blue) = 212+176+18=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4B012 is #2B4FED. Grayscale: #A9A9A9. Windows color (decimal): -2838510 or 1224916. OLE color: 1224916.

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

Color convert

RGB 212 176 18 -
CMYK 0 0.17 0.92 0.17
HSL 48.87º 0.84% 0.45% -
HSV(B) 48.87º 0.92% 0.83% -
XYZ 42.79 45.09 7.02 -
YUV 168.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 212 176 18 0 0.17 0.92 0.17 48.87 0.84 0.45
Hex D4 B0 12 0 11 5C 11 31 54 2D
Octal 324 260 22 0 21 134 21 61 124 55
Binary 11010100 10110000 10010 0 10001 1011100 10001 110001 1010100 101101

Color Harmonies of #D4B012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B012

Black with #D4B012

Text Example


Text Example

White with #D4B012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B012; }

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

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

background-color css

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

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

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

border-color css

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

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

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