Html Css Color HEX #DCC10C Sunflower

📋 copy color: '#DCC10C'

red 220 ◦ green 193 ◦ blue 12

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

Shades of Sunflower #DCC10C

Tints of Sunflower #DCC10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 51.76%
G = 45.41%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC10C (or 0xDCC10C) is known color: Sunflower. HEX triplet: DC, C1 and 0C. RGB value is (220,193,12). Sum of RGB (Red+Green+Blue) = 220+193+12=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC10C is #233EF3. Grayscale: #B5B5B5. Windows color (decimal): -2309876 or 836060. OLE color: 836060.

HSL color Cylindrical-coordinate representation of color #DCC10C: hue angle of 52.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCC10C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 12 -
CMYK 0 0.12 0.95 0.14
HSL 52.21º 0.9% 0.45% -
HSV(B) 52.21º 0.95% 0.86% -
XYZ 48.65 53.38 8.09 -
YUV 180.44 32.95 156.22 -
System Red Green Blue C M Y K H S L
Decimal 220 193 12 0 0.12 0.95 0.14 52.21 0.9 0.45
Hex DC C1 C 0 C 5F E 34 5A 2D
Octal 334 301 14 0 14 137 16 64 132 55
Binary 11011100 11000001 1100 0 1100 1011111 1110 110100 1011010 101101

Color Harmonies of #DCC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC10C

Black with #DCC10C

Text Example


Text Example

White with #DCC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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