Html Css Color HEX #DCB402 Sunflower

📋 copy color: '#DCB402'

red 220 ◦ green 180 ◦ blue 2

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

Shades of Sunflower #DCB402

Tints of Sunflower #DCB402

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.78%

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

R = 54.73%
G = 44.78%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCB402 (or 0xDCB402) is known color: Sunflower. HEX triplet: DC, B4 and 02. RGB value is (220,180,2). Sum of RGB (Red+Green+Blue) = 220+180+2=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB402 is #234BFD. Grayscale: #ACACAC. Windows color (decimal): -2313214 or 177372. OLE color: 177372.

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

Color convert

RGB 220 180 2 -
CMYK 0 0.18 0.99 0.14
HSL 48.99º 0.98% 0.44% -
HSV(B) 48.99º 0.99% 0.86% -
XYZ 45.85 47.86 6.88 -
YUV 171.67 32.25 162.47 -
System Red Green Blue C M Y K H S L
Decimal 220 180 2 0 0.18 0.99 0.14 48.99 0.98 0.44
Hex DC B4 2 0 12 63 E 31 62 2C
Octal 334 264 2 0 22 143 16 61 142 54
Binary 11011100 10110100 10 0 10010 1100011 1110 110001 1100010 101100

Color Harmonies of #DCB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB402

Black with #DCB402

Text Example


Text Example

White with #DCB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB402; }

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

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

background-color css

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

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

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

border-color css

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

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

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