Html Css Color HEX #D4B315 Sunflower

📋 copy color: '#D4B315'

red 212 ◦ green 179 ◦ blue 21

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

Shades of Sunflower #D4B315

Tints of Sunflower #D4B315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

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

R = 51.46%
G = 43.45%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4B315 (or 0xD4B315) is known color: Sunflower. HEX triplet: D4, B3 and 15. RGB value is (212,179,21). Sum of RGB (Red+Green+Blue) = 212+179+21=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B315 is #2B4CEA. Grayscale: #ABABAB. Windows color (decimal): -2837739 or 1422292. OLE color: 1422292.

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

Color convert

RGB 212 179 21 -
CMYK 0 0.16 0.90 0.17
HSL 49.63º 0.82% 0.46% -
HSV(B) 49.63º 0.9% 0.83% -
XYZ 43.41 46.29 7.36 -
YUV 170.86 43.43 157.35 -
System Red Green Blue C M Y K H S L
Decimal 212 179 21 0 0.16 0.90 0.17 49.63 0.82 0.46
Hex D4 B3 15 0 10 5A 11 32 52 2E
Octal 324 263 25 0 20 132 21 62 122 56
Binary 11010100 10110011 10101 0 10000 1011010 10001 110010 1010010 101110

Color Harmonies of #D4B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B315

Black with #D4B315

Text Example


Text Example

White with #D4B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B315; }

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

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

background-color css

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

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

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

border-color css

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

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

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