Html Css Color HEX #DCC718 Sunflower

📋 copy color: '#DCC718'

red 220 ◦ green 199 ◦ blue 24

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

Shades of Sunflower #DCC718

Tints of Sunflower #DCC718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.92%

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

R = 49.66%
G = 44.92%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCC718 (or 0xDCC718) is known color: Sunflower. HEX triplet: DC, C7 and 18. RGB value is (220,199,24). Sum of RGB (Red+Green+Blue) = 220+199+24=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC718 is #2338E7. Grayscale: #BABABA. Windows color (decimal): -2308328 or 1624028. OLE color: 1624028.

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

Color convert

RGB 220 199 24 -
CMYK 0 0.10 0.89 0.14
HSL 53.57º 0.8% 0.48% -
HSV(B) 53.57º 0.89% 0.86% -
XYZ 50.1 56.13 9.06 -
YUV 185.33 36.96 152.73 -
System Red Green Blue C M Y K H S L
Decimal 220 199 24 0 0.10 0.89 0.14 53.57 0.8 0.48
Hex DC C7 18 0 A 59 E 36 50 30
Octal 334 307 30 0 12 131 16 66 120 60
Binary 11011100 11000111 11000 0 1010 1011001 1110 110110 1010000 110000

Color Harmonies of #DCC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC718

Black with #DCC718

Text Example


Text Example

White with #DCC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC718; }

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

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

background-color css

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

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

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

border-color css

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

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

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