Html Css Color HEX #DCB203 Sunflower

📋 copy color: '#DCB203'

red 220 ◦ green 178 ◦ blue 3

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

Shades of Sunflower #DCB203

Tints of Sunflower #DCB203

RGB

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

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

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

R = 54.86%
G = 44.39%
B = 0.75%

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

#DCB203 (or 0xDCB203) is known color: Sunflower. HEX triplet: DC, B2 and 03. RGB value is (220,178,3). Sum of RGB (Red+Green+Blue) = 220+178+3=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB203 is #234DFC. Grayscale: #ABABAB. Windows color (decimal): -2313725 or 242396. OLE color: 242396.

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

Color convert

RGB 220 178 3 -
CMYK 0 0.19 0.99 0.14
HSL 48.39º 0.97% 0.44% -
HSV(B) 48.39º 0.99% 0.86% -
XYZ 45.45 47.06 6.77 -
YUV 170.61 33.41 163.23 -
System Red Green Blue C M Y K H S L
Decimal 220 178 3 0 0.19 0.99 0.14 48.39 0.97 0.44
Hex DC B2 3 0 13 63 E 30 61 2C
Octal 334 262 3 0 23 143 16 60 141 54
Binary 11011100 10110010 11 0 10011 1100011 1110 110000 1100001 101100

Color Harmonies of #DCB203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB203

Black with #DCB203

Text Example


Text Example

White with #DCB203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB203; }

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

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

background-color css

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

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

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

border-color css

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

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

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