Html Css Color HEX #DCC503 Sunflower

📋 copy color: '#DCC503'

red 220 ◦ green 197 ◦ blue 3

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

Shades of Sunflower #DCC503

Tints of Sunflower #DCC503

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.9%

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

R = 52.38%
G = 46.9%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCC503 (or 0xDCC503) is known color: Sunflower. HEX triplet: DC, C5 and 03. RGB value is (220,197,3). Sum of RGB (Red+Green+Blue) = 220+197+3=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC503 is #233AFC. Grayscale: #B6B6B6. Windows color (decimal): -2308861 or 247260. OLE color: 247260.

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

Color convert

RGB 220 197 3 -
CMYK 0 0.10 0.99 0.14
HSL 53.64º 0.97% 0.44% -
HSV(B) 53.64º 0.99% 0.86% -
XYZ 49.5 55.15 8.12 -
YUV 181.76 27.12 155.27 -
System Red Green Blue C M Y K H S L
Decimal 220 197 3 0 0.10 0.99 0.14 53.64 0.97 0.44
Hex DC C5 3 0 A 63 E 36 61 2C
Octal 334 305 3 0 12 143 16 66 141 54
Binary 11011100 11000101 11 0 1010 1100011 1110 110110 1100001 101100

Color Harmonies of #DCC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC503

Black with #DCC503

Text Example


Text Example

White with #DCC503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC503; }

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

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

background-color css

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

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

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

border-color css

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

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

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