Html Css Color HEX #D2B81F Sunflower

📋 copy color: '#D2B81F'

red 210 ◦ green 184 ◦ blue 31

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

Shades of Sunflower #D2B81F

Tints of Sunflower #D2B81F

RGB

 RED value IS 210 (82.42% from 255) = 49.41%

 GREEN value IS 184 (72.27% from 255) = 43.29%

 BLUE value IS 31 (12.5% from 255) = 7.29%

R = 49.41%
G = 43.29%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2B81F (or 0xD2B81F) is known color: Sunflower. HEX triplet: D2, B8 and 1F. RGB value is (210,184,31). Sum of RGB (Red+Green+Blue) = 210+184+31=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B81F is #2D47E0. Grayscale: #AEAEAE. Windows color (decimal): -2967521 or 2078930. OLE color: 2078930.

HSL color Cylindrical-coordinate representation of color #D2B81F: hue angle of 51.28º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2B81F is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 184 31 -
CMYK 0 0.12 0.85 0.18
HSL 51.28º 0.74% 0.47% -
HSV(B) 51.28º 0.85% 0.82% -
XYZ 43.97 48.08 8.26 -
YUV 174.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 210 184 31 0 0.12 0.85 0.18 51.28 0.74 0.47
Hex D2 B8 1F 0 C 55 12 33 4A 2F
Octal 322 270 37 0 14 125 22 63 112 57
Binary 11010010 10111000 11111 0 1100 1010101 10010 110011 1001010 101111

Color Harmonies of #D2B81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B81F

Black with #D2B81F

Text Example


Text Example

White with #D2B81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B81F; }

 p { color: rgb(210,184,31); }

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

background-color css

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

 a { background-color: rgb(210,184,31); }

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

border-color css

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

 span { border-color: rgb(210,184,31); }

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