Html Css Color HEX #D4B615 Sunflower

📋 copy color: '#D4B615'

red 212 ◦ green 182 ◦ blue 21

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

Shades of Sunflower #D4B615

Tints of Sunflower #D4B615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 51.08%
G = 43.86%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4B615 (or 0xD4B615) is known color: Sunflower. HEX triplet: D4, B6 and 15. RGB value is (212,182,21). Sum of RGB (Red+Green+Blue) = 212+182+21=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B615 is #2B49EA. Grayscale: #ADADAD. Windows color (decimal): -2836971 or 1423060. OLE color: 1423060.

HSL color Cylindrical-coordinate representation of color #D4B615: hue angle of 50.58º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4B615 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 182 21 -
CMYK 0 0.14 0.90 0.17
HSL 50.58º 0.82% 0.46% -
HSV(B) 50.58º 0.9% 0.83% -
XYZ 44.01 47.51 7.56 -
YUV 172.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 212 182 21 0 0.14 0.90 0.17 50.58 0.82 0.46
Hex D4 B6 15 0 E 5A 11 33 52 2E
Octal 324 266 25 0 16 132 21 63 122 56
Binary 11010100 10110110 10101 0 1110 1011010 10001 110011 1010010 101110

Color Harmonies of #D4B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B615

Black with #D4B615

Text Example


Text Example

White with #D4B615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B615; }

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

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

background-color css

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

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

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

border-color css

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

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

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