Html Css Color HEX #DCC118 Sunflower

📋 copy color: '#DCC118'

red 220 ◦ green 193 ◦ blue 24

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

Shades of Sunflower #DCC118

Tints of Sunflower #DCC118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.49%

R = 50.34%
G = 44.16%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCC118 (or 0xDCC118) is known color: Sunflower. HEX triplet: DC, C1 and 18. RGB value is (220,193,24). Sum of RGB (Red+Green+Blue) = 220+193+24=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC118 is #233EE7. Grayscale: #B6B6B6. Windows color (decimal): -2309864 or 1622492. OLE color: 1622492.

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

Color convert

RGB 220 193 24 -
CMYK 0 0.12 0.89 0.14
HSL 51.73º 0.8% 0.48% -
HSV(B) 51.73º 0.89% 0.86% -
XYZ 48.75 53.42 8.61 -
YUV 181.81 38.95 155.24 -
System Red Green Blue C M Y K H S L
Decimal 220 193 24 0 0.12 0.89 0.14 51.73 0.8 0.48
Hex DC C1 18 0 C 59 E 34 50 30
Octal 334 301 30 0 14 131 16 64 120 60
Binary 11011100 11000001 11000 0 1100 1011001 1110 110100 1010000 110000

Color Harmonies of #DCC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC118

Black with #DCC118

Text Example


Text Example

White with #DCC118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC118; }

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

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

background-color css

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

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

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

border-color css

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

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

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