Html Css Color HEX #D4BB18 Sunflower

📋 copy color: '#D4BB18'

red 212 ◦ green 187 ◦ blue 24

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

Shades of Sunflower #D4BB18

Tints of Sunflower #D4BB18

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.21%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 50.12%
G = 44.21%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D4BB18 (or 0xD4BB18) is known color: Sunflower. HEX triplet: D4, BB and 18. RGB value is (212,187,24). Sum of RGB (Red+Green+Blue) = 212+187+24=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BB18 is #2B44E7. Grayscale: #B0B0B0. Windows color (decimal): -2835688 or 1620948. OLE color: 1620948.

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

Color convert

RGB 212 187 24 -
CMYK 0 0.12 0.89 0.17
HSL 52.02º 0.8% 0.46% -
HSV(B) 52.02º 0.89% 0.83% -
XYZ 45.09 49.6 8.06 -
YUV 175.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 212 187 24 0 0.12 0.89 0.17 52.02 0.8 0.46
Hex D4 BB 18 0 C 59 11 34 50 2E
Octal 324 273 30 0 14 131 21 64 120 56
Binary 11010100 10111011 11000 0 1100 1011001 10001 110100 1010000 101110

Color Harmonies of #D4BB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BB18

Black with #D4BB18

Text Example


Text Example

White with #D4BB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BB18; }

 p { color: rgb(212,187,24); }

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

background-color css

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

 a { background-color: rgb(212,187,24); }

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

border-color css

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

 span { border-color: rgb(212,187,24); }

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