Html Css Color HEX #DCC613 Sunflower

📋 copy color: '#DCC613'

red 220 ◦ green 198 ◦ blue 19

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

Shades of Sunflower #DCC613

Tints of Sunflower #DCC613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.35%

R = 50.34%
G = 45.31%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCC613 (or 0xDCC613) is known color: Sunflower. HEX triplet: DC, C6 and 13. RGB value is (220,198,19). Sum of RGB (Red+Green+Blue) = 220+198+19=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC613 is #2339EC. Grayscale: #B8B8B8. Windows color (decimal): -2308589 or 1296092. OLE color: 1296092.

HSL color Cylindrical-coordinate representation of color #DCC613: hue angle of 53.43º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCC613 is Cyan = 0, Magento = 0.1, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 19 -
CMYK 0 0.1 0.91 0.14
HSL 53.43º 0.84% 0.47% -
HSV(B) 53.43º 0.91% 0.86% -
XYZ 49.83 55.65 8.73 -
YUV 184.17 34.79 153.55 -
System Red Green Blue C M Y K H S L
Decimal 220 198 19 0 0.1 0.91 0.14 53.43 0.84 0.47
Hex DC C6 13 0 A 5B E 35 54 2F
Octal 334 306 23 0 12 133 16 65 124 57
Binary 11011100 11000110 10011 0 1010 1011011 1110 110101 1010100 101111

Color Harmonies of #DCC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC613

Black with #DCC613

Text Example


Text Example

White with #DCC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC613; }

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

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

background-color css

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

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

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

border-color css

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

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

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