Html Css Color HEX #DCC605 Sunflower

📋 copy color: '#DCC605'

red 220 ◦ green 198 ◦ blue 5

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

Shades of Sunflower #DCC605

Tints of Sunflower #DCC605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.81%

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 52.01%
G = 46.81%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCC605 (or 0xDCC605) is known color: Sunflower. HEX triplet: DC, C6 and 05. RGB value is (220,198,5). Sum of RGB (Red+Green+Blue) = 220+198+5=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC605 is #2339FA. Grayscale: #B7B7B7. Windows color (decimal): -2308603 or 378588. OLE color: 378588.

HSL color Cylindrical-coordinate representation of color #DCC605: hue angle of 53.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCC605 is Cyan = 0, Magento = 0.1, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 5 -
CMYK 0 0.1 0.98 0.14
HSL 53.86º 0.96% 0.44% -
HSV(B) 53.86º 0.98% 0.86% -
XYZ 49.74 55.61 8.26 -
YUV 182.58 27.79 154.69 -
System Red Green Blue C M Y K H S L
Decimal 220 198 5 0 0.1 0.98 0.14 53.86 0.96 0.44
Hex DC C6 5 0 A 62 E 36 60 2C
Octal 334 306 5 0 12 142 16 66 140 54
Binary 11011100 11000110 101 0 1010 1100010 1110 110110 1100000 101100

Color Harmonies of #DCC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC605

Black with #DCC605

Text Example


Text Example

White with #DCC605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC605; }

 p { color: rgb(220,198,5); }

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

background-color css

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

 a { background-color: rgb(220,198,5); }

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

border-color css

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

 span { border-color: rgb(220,198,5); }

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