Html Css Color HEX #DCB702 Sunflower

📋 copy color: '#DCB702'

red 220 ◦ green 183 ◦ blue 2

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

Shades of Sunflower #DCB702

Tints of Sunflower #DCB702

RGB

 RED value IS 220 (86.33% from 255) = 54.32%

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 54.32%
G = 45.19%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCB702 (or 0xDCB702) is known color: Sunflower. HEX triplet: DC, B7 and 02. RGB value is (220,183,2). Sum of RGB (Red+Green+Blue) = 220+183+2=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB702 is #2348FD. Grayscale: #AEAEAE. Windows color (decimal): -2312446 or 178140. OLE color: 178140.

HSL color Cylindrical-coordinate representation of color #DCB702: hue angle of 49.82º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCB702 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 2 -
CMYK 0 0.17 0.99 0.14
HSL 49.82º 0.98% 0.44% -
HSV(B) 49.82º 0.99% 0.86% -
XYZ 46.46 49.09 7.08 -
YUV 173.43 31.26 161.22 -
System Red Green Blue C M Y K H S L
Decimal 220 183 2 0 0.17 0.99 0.14 49.82 0.98 0.44
Hex DC B7 2 0 11 63 E 32 62 2C
Octal 334 267 2 0 21 143 16 62 142 54
Binary 11011100 10110111 10 0 10001 1100011 1110 110010 1100010 101100

Color Harmonies of #DCB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB702

Black with #DCB702

Text Example


Text Example

White with #DCB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB702; }

 p { color: rgb(220,183,2); }

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

background-color css

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

 a { background-color: rgb(220,183,2); }

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

border-color css

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

 span { border-color: rgb(220,183,2); }

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