Html Css Color HEX #D2B920 Sunflower

📋 copy color: '#D2B920'

red 210 ◦ green 185 ◦ blue 32

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

Shades of Sunflower #D2B920

Tints of Sunflower #D2B920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

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

R = 49.18%
G = 43.33%
B = 7.49%

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

#D2B920 (or 0xD2B920) is known color: Sunflower. HEX triplet: D2, B9 and 20. RGB value is (210,185,32). Sum of RGB (Red+Green+Blue) = 210+185+32=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B920 is #2D46DF. Grayscale: #AFAFAF. Windows color (decimal): -2967264 or 2144722. OLE color: 2144722.

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

Color convert

RGB 210 185 32 -
CMYK 0 0.12 0.85 0.18
HSL 51.57º 0.74% 0.47% -
HSV(B) 51.57º 0.85% 0.82% -
XYZ 44.19 48.5 8.4 -
YUV 175.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 210 185 32 0 0.12 0.85 0.18 51.57 0.74 0.47
Hex D2 B9 20 0 C 55 12 34 4A 2F
Octal 322 271 40 0 14 125 22 64 112 57
Binary 11010010 10111001 100000 0 1100 1010101 10010 110100 1001010 101111

Color Harmonies of #D2B920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B920

Black with #D2B920

Text Example


Text Example

White with #D2B920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B920; }

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

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

background-color css

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

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

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

border-color css

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

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

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