Html Css Color HEX #D4B31A Sunflower

📋 copy color: '#D4B31A'

red 212 ◦ green 179 ◦ blue 26

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

Shades of Sunflower #D4B31A

Tints of Sunflower #D4B31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.24%

R = 50.84%
G = 42.93%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4B31A (or 0xD4B31A) is known color: Sunflower. HEX triplet: D4, B3 and 1A. RGB value is (212,179,26). Sum of RGB (Red+Green+Blue) = 212+179+26=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B31A is #2B4CE5. Grayscale: #ACACAC. Windows color (decimal): -2837734 or 1749972. OLE color: 1749972.

HSL color Cylindrical-coordinate representation of color #D4B31A: hue angle of 49.35º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4B31A is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 179 26 -
CMYK 0 0.16 0.88 0.17
HSL 49.35º 0.78% 0.47% -
HSV(B) 49.35º 0.88% 0.83% -
XYZ 43.46 46.31 7.63 -
YUV 171.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 212 179 26 0 0.16 0.88 0.17 49.35 0.78 0.47
Hex D4 B3 1A 0 10 58 11 31 4E 2F
Octal 324 263 32 0 20 130 21 61 116 57
Binary 11010100 10110011 11010 0 10000 1011000 10001 110001 1001110 101111

Color Harmonies of #D4B31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B31A

Black with #D4B31A

Text Example


Text Example

White with #D4B31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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