Html Css Color HEX #D2B51E Sunflower

📋 copy color: '#D2B51E'

red 210 ◦ green 181 ◦ blue 30

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

Shades of Sunflower #D2B51E

Tints of Sunflower #D2B51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.99%

 BLUE value IS 30 (12.11% from 255) = 7.13%

R = 49.88%
G = 42.99%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2B51E (or 0xD2B51E) is known color: Sunflower. HEX triplet: D2, B5 and 1E. RGB value is (210,181,30). Sum of RGB (Red+Green+Blue) = 210+181+30=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B51E is #2D4AE1. Grayscale: #ADADAD. Windows color (decimal): -2968290 or 2012626. OLE color: 2012626.

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

Color convert

RGB 210 181 30 -
CMYK 0 0.14 0.86 0.18
HSL 50.33º 0.75% 0.47% -
HSV(B) 50.33º 0.86% 0.82% -
XYZ 43.34 46.84 7.99 -
YUV 172.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 210 181 30 0 0.14 0.86 0.18 50.33 0.75 0.47
Hex D2 B5 1E 0 E 56 12 32 4B 2F
Octal 322 265 36 0 16 126 22 62 113 57
Binary 11010010 10110101 11110 0 1110 1010110 10010 110010 1001011 101111

Color Harmonies of #D2B51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B51E

Black with #D2B51E

Text Example


Text Example

White with #D2B51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B51E; }

 p { color: rgb(210,181,30); }

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

background-color css

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

 a { background-color: rgb(210,181,30); }

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

border-color css

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

 span { border-color: rgb(210,181,30); }

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