Html Css Color HEX #DCC60C Sunflower

📋 copy color: '#DCC60C'

red 220 ◦ green 198 ◦ blue 12

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

Shades of Sunflower #DCC60C

Tints of Sunflower #DCC60C

RGB

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

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

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

R = 51.16%
G = 46.05%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC60C (or 0xDCC60C) is known color: Sunflower. HEX triplet: DC, C6 and 0C. RGB value is (220,198,12). Sum of RGB (Red+Green+Blue) = 220+198+12=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC60C is #2339F3. Grayscale: #B8B8B8. Windows color (decimal): -2308596 or 837340. OLE color: 837340.

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

Color convert

RGB 220 198 12 -
CMYK 0 0.1 0.95 0.14
HSL 53.65º 0.9% 0.45% -
HSV(B) 53.65º 0.95% 0.86% -
XYZ 49.78 55.63 8.46 -
YUV 183.37 31.29 154.12 -
System Red Green Blue C M Y K H S L
Decimal 220 198 12 0 0.1 0.95 0.14 53.65 0.9 0.45
Hex DC C6 C 0 A 5F E 36 5A 2D
Octal 334 306 14 0 12 137 16 66 132 55
Binary 11011100 11000110 1100 0 1010 1011111 1110 110110 1011010 101101

Color Harmonies of #DCC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC60C

Black with #DCC60C

Text Example


Text Example

White with #DCC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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