Html Css Color HEX #DCC105 Sunflower

📋 copy color: '#DCC105'

red 220 ◦ green 193 ◦ blue 5

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

Shades of Sunflower #DCC105

Tints of Sunflower #DCC105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.17%

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

R = 52.63%
G = 46.17%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCC105 (or 0xDCC105) is known color: Sunflower. HEX triplet: DC, C1 and 05. RGB value is (220,193,5). Sum of RGB (Red+Green+Blue) = 220+193+5=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC105 is #233EFA. Grayscale: #B4B4B4. Windows color (decimal): -2309883 or 377308. OLE color: 377308.

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

Color convert

RGB 220 193 5 -
CMYK 0 0.12 0.98 0.14
HSL 52.47º 0.96% 0.44% -
HSV(B) 52.47º 0.98% 0.86% -
XYZ 48.61 53.37 7.88 -
YUV 179.64 29.45 156.79 -
System Red Green Blue C M Y K H S L
Decimal 220 193 5 0 0.12 0.98 0.14 52.47 0.96 0.44
Hex DC C1 5 0 C 62 E 34 60 2C
Octal 334 301 5 0 14 142 16 64 140 54
Binary 11011100 11000001 101 0 1100 1100010 1110 110100 1100000 101100

Color Harmonies of #DCC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC105

Black with #DCC105

Text Example


Text Example

White with #DCC105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC105; }

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

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

background-color css

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

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

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

border-color css

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

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

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