Html Css Color HEX #DCB202 Sunflower

📋 copy color: '#DCB202'

red 220 ◦ green 178 ◦ blue 2

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

Shades of Sunflower #DCB202

Tints of Sunflower #DCB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

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

R = 55%
G = 44.5%
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

#DCB202 (or 0xDCB202) is known color: Sunflower. HEX triplet: DC, B2 and 02. RGB value is (220,178,2). Sum of RGB (Red+Green+Blue) = 220+178+2=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB202 is #234DFD. Grayscale: #ABABAB. Windows color (decimal): -2313726 or 176860. OLE color: 176860.

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

Color convert

RGB 220 178 2 -
CMYK 0 0.19 0.99 0.14
HSL 48.44º 0.98% 0.44% -
HSV(B) 48.44º 0.99% 0.86% -
XYZ 45.45 47.06 6.75 -
YUV 170.49 32.91 163.31 -
System Red Green Blue C M Y K H S L
Decimal 220 178 2 0 0.19 0.99 0.14 48.44 0.98 0.44
Hex DC B2 2 0 13 63 E 30 62 2C
Octal 334 262 2 0 23 143 16 60 142 54
Binary 11011100 10110010 10 0 10011 1100011 1110 110000 1100010 101100

Color Harmonies of #DCB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB202

Black with #DCB202

Text Example


Text Example

White with #DCB202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB202; }

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

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

background-color css

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

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

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

border-color css

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

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

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