Html Css Color HEX #DCCC10 Sunflower

📋 copy color: '#DCCC10'

red 220 ◦ green 204 ◦ blue 16

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

Shades of Sunflower #DCCC10

Tints of Sunflower #DCCC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.36%

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 50%
G = 46.36%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCCC10 (or 0xDCCC10) is known color: Sunflower. HEX triplet: DC, CC and 10. RGB value is (220,204,16). Sum of RGB (Red+Green+Blue) = 220+204+16=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC10 is #2333EF. Grayscale: #BCBCBC. Windows color (decimal): -2307056 or 1101020. OLE color: 1101020.

HSL color Cylindrical-coordinate representation of color #DCCC10: hue angle of 55.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCCC10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 16 -
CMYK 0 0.07 0.93 0.14
HSL 55.29º 0.86% 0.46% -
HSV(B) 55.29º 0.93% 0.86% -
XYZ 51.2 58.44 9.07 -
YUV 187.35 31.3 151.29 -
System Red Green Blue C M Y K H S L
Decimal 220 204 16 0 0.07 0.93 0.14 55.29 0.86 0.46
Hex DC CC 10 0 7 5D E 37 56 2E
Octal 334 314 20 0 7 135 16 67 126 56
Binary 11011100 11001100 10000 0 111 1011101 1110 110111 1010110 101110

Color Harmonies of #DCCC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC10

Black with #DCCC10

Text Example


Text Example

White with #DCCC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC10; }

 p { color: rgb(220,204,16); }

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

background-color css

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

 a { background-color: rgb(220,204,16); }

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

border-color css

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

 span { border-color: rgb(220,204,16); }

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