Html Css Color HEX #DCB403 Sunflower

📋 copy color: '#DCB403'

red 220 ◦ green 180 ◦ blue 3

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

Shades of Sunflower #DCB403

Tints of Sunflower #DCB403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 54.59%
G = 44.67%
B = 0.74%

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

#DCB403 (or 0xDCB403) is known color: Sunflower. HEX triplet: DC, B4 and 03. RGB value is (220,180,3). Sum of RGB (Red+Green+Blue) = 220+180+3=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB403 is #234BFC. Grayscale: #ACACAC. Windows color (decimal): -2313213 or 242908. OLE color: 242908.

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

Color convert

RGB 220 180 3 -
CMYK 0 0.18 0.99 0.14
HSL 48.94º 0.97% 0.44% -
HSV(B) 48.94º 0.99% 0.86% -
XYZ 45.85 47.86 6.91 -
YUV 171.78 32.75 162.39 -
System Red Green Blue C M Y K H S L
Decimal 220 180 3 0 0.18 0.99 0.14 48.94 0.97 0.44
Hex DC B4 3 0 12 63 E 31 61 2C
Octal 334 264 3 0 22 143 16 61 141 54
Binary 11011100 10110100 11 0 10010 1100011 1110 110001 1100001 101100

Color Harmonies of #DCB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB403

Black with #DCB403

Text Example


Text Example

White with #DCB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB403; }

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

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

background-color css

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

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

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

border-color css

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

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

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