Html Css Color HEX #DCB603 Sunflower

📋 copy color: '#DCB603'

red 220 ◦ green 182 ◦ blue 3

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

Shades of Sunflower #DCB603

Tints of Sunflower #DCB603

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.94%

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

R = 54.32%
G = 44.94%
B = 0.74%

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

#DCB603 (or 0xDCB603) is known color: Sunflower. HEX triplet: DC, B6 and 03. RGB value is (220,182,3). Sum of RGB (Red+Green+Blue) = 220+182+3=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB603 is #2349FC. Grayscale: #ADADAD. Windows color (decimal): -2312701 or 243420. OLE color: 243420.

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

Color convert

RGB 220 182 3 -
CMYK 0 0.17 0.99 0.14
HSL 49.49º 0.97% 0.44% -
HSV(B) 49.49º 0.99% 0.86% -
XYZ 46.26 48.68 7.04 -
YUV 172.96 32.09 161.55 -
System Red Green Blue C M Y K H S L
Decimal 220 182 3 0 0.17 0.99 0.14 49.49 0.97 0.44
Hex DC B6 3 0 11 63 E 31 61 2C
Octal 334 266 3 0 21 143 16 61 141 54
Binary 11011100 10110110 11 0 10001 1100011 1110 110001 1100001 101100

Color Harmonies of #DCB603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB603

Black with #DCB603

Text Example


Text Example

White with #DCB603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB603; }

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

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

background-color css

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

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

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

border-color css

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

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

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