Html Css Color HEX #D2B620 Sunflower

📋 copy color: '#D2B620'

red 210 ◦ green 182 ◦ blue 32

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

Shades of Sunflower #D2B620

Tints of Sunflower #D2B620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.55%

R = 49.53%
G = 42.92%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2B620 (or 0xD2B620) is known color: Sunflower. HEX triplet: D2, B6 and 20. RGB value is (210,182,32). Sum of RGB (Red+Green+Blue) = 210+182+32=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B620 is #2D49DF. Grayscale: #ADADAD. Windows color (decimal): -2968032 or 2143954. OLE color: 2143954.

HSL color Cylindrical-coordinate representation of color #D2B620: hue angle of 50.56º 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 #D2B620 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 182 32 -
CMYK 0 0.13 0.85 0.18
HSL 50.56º 0.74% 0.47% -
HSV(B) 50.56º 0.85% 0.82% -
XYZ 43.57 47.26 8.19 -
YUV 173.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 210 182 32 0 0.13 0.85 0.18 50.56 0.74 0.47
Hex D2 B6 20 0 D 55 12 33 4A 2F
Octal 322 266 40 0 15 125 22 63 112 57
Binary 11010010 10110110 100000 0 1101 1010101 10010 110011 1001010 101111

Color Harmonies of #D2B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B620

Black with #D2B620

Text Example


Text Example

White with #D2B620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B620; }

 p { color: rgb(210,182,32); }

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

background-color css

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

 a { background-color: rgb(210,182,32); }

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

border-color css

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

 span { border-color: rgb(210,182,32); }

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