Html Css Color HEX #D2B721 Sunflower

📋 copy color: '#D2B721'

red 210 ◦ green 183 ◦ blue 33

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

Shades of Sunflower #D2B721

Tints of Sunflower #D2B721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.96%

 BLUE value IS 33 (13.28% from 255) = 7.75%

R = 49.3%
G = 42.96%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2B721 (or 0xD2B721) is known color: Sunflower. HEX triplet: D2, B7 and 21. RGB value is (210,183,33). Sum of RGB (Red+Green+Blue) = 210+183+33=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B721 is #2D48DE. Grayscale: #AEAEAE. Windows color (decimal): -2967775 or 2209746. OLE color: 2209746.

HSL color Cylindrical-coordinate representation of color #D2B721: hue angle of 50.85º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2B721 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 33 -
CMYK 0 0.13 0.84 0.18
HSL 50.85º 0.73% 0.48% -
HSV(B) 50.85º 0.84% 0.82% -
XYZ 43.79 47.68 8.33 -
YUV 173.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 210 183 33 0 0.13 0.84 0.18 50.85 0.73 0.48
Hex D2 B7 21 0 D 54 12 33 49 30
Octal 322 267 41 0 15 124 22 63 111 60
Binary 11010010 10110111 100001 0 1101 1010100 10010 110011 1001001 110000

Color Harmonies of #D2B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B721

Black with #D2B721

Text Example


Text Example

White with #D2B721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B721; }

 p { color: rgb(210,183,33); }

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

background-color css

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

 a { background-color: rgb(210,183,33); }

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

border-color css

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

 span { border-color: rgb(210,183,33); }

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