Html Css Color HEX #DCB903 Sunflower

📋 copy color: '#DCB903'

red 220 ◦ green 185 ◦ blue 3

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

Shades of Sunflower #DCB903

Tints of Sunflower #DCB903

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

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

R = 53.92%
G = 45.34%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCB903 (or 0xDCB903) is known color: Sunflower. HEX triplet: DC, B9 and 03. RGB value is (220,185,3). Sum of RGB (Red+Green+Blue) = 220+185+3=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB903 is #2346FC. Grayscale: #AFAFAF. Windows color (decimal): -2311933 or 244188. OLE color: 244188.

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

Color convert

RGB 220 185 3 -
CMYK 0 0.16 0.99 0.14
HSL 50.32º 0.97% 0.44% -
HSV(B) 50.32º 0.99% 0.86% -
XYZ 46.88 49.92 7.25 -
YUV 174.72 31.1 160.3 -
System Red Green Blue C M Y K H S L
Decimal 220 185 3 0 0.16 0.99 0.14 50.32 0.97 0.44
Hex DC B9 3 0 10 63 E 32 61 2C
Octal 334 271 3 0 20 143 16 62 141 54
Binary 11011100 10111001 11 0 10000 1100011 1110 110010 1100001 101100

Color Harmonies of #DCB903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB903

Black with #DCB903

Text Example


Text Example

White with #DCB903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB903; }

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

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

background-color css

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

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

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

border-color css

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

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

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