Html Css Color HEX #DCB302 Sunflower

📋 copy color: '#DCB302'

red 220 ◦ green 179 ◦ blue 2

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

Shades of Sunflower #DCB302

Tints of Sunflower #DCB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.64%

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

R = 54.86%
G = 44.64%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCB302 (or 0xDCB302) is known color: Sunflower. HEX triplet: DC, B3 and 02. RGB value is (220,179,2). Sum of RGB (Red+Green+Blue) = 220+179+2=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB302 is #234CFD. Grayscale: #ABABAB. Windows color (decimal): -2313470 or 177116. OLE color: 177116.

HSL color Cylindrical-coordinate representation of color #DCB302: hue angle of 48.72º 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 #DCB302 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 2 -
CMYK 0 0.19 0.99 0.14
HSL 48.72º 0.98% 0.44% -
HSV(B) 48.72º 0.99% 0.86% -
XYZ 45.65 47.46 6.81 -
YUV 171.08 32.58 162.89 -
System Red Green Blue C M Y K H S L
Decimal 220 179 2 0 0.19 0.99 0.14 48.72 0.98 0.44
Hex DC B3 2 0 13 63 E 31 62 2C
Octal 334 263 2 0 23 143 16 61 142 54
Binary 11011100 10110011 10 0 10011 1100011 1110 110001 1100010 101100

Color Harmonies of #DCB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB302

Black with #DCB302

Text Example


Text Example

White with #DCB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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