Html Css Color HEX #DCC10F Sunflower

📋 copy color: '#DCC10F'

red 220 ◦ green 193 ◦ blue 15

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

Shades of Sunflower #DCC10F

Tints of Sunflower #DCC10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 51.4%
G = 45.09%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCC10F (or 0xDCC10F) is known color: Sunflower. HEX triplet: DC, C1 and 0F. RGB value is (220,193,15). Sum of RGB (Red+Green+Blue) = 220+193+15=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC10F is #233EF0. Grayscale: #B5B5B5. Windows color (decimal): -2309873 or 1032668. OLE color: 1032668.

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

Color convert

RGB 220 193 15 -
CMYK 0 0.12 0.93 0.14
HSL 52.1º 0.87% 0.46% -
HSV(B) 52.1º 0.93% 0.86% -
XYZ 48.67 53.39 8.19 -
YUV 180.78 34.45 155.97 -
System Red Green Blue C M Y K H S L
Decimal 220 193 15 0 0.12 0.93 0.14 52.1 0.87 0.46
Hex DC C1 F 0 C 5D E 34 57 2E
Octal 334 301 17 0 14 135 16 64 127 56
Binary 11011100 11000001 1111 0 1100 1011101 1110 110100 1010111 101110

Color Harmonies of #DCC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC10F

Black with #DCC10F

Text Example


Text Example

White with #DCC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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