Html Css Color HEX #DCC913 Sunflower

📋 copy color: '#DCC913'

red 220 ◦ green 201 ◦ blue 19

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

Shades of Sunflower #DCC913

Tints of Sunflower #DCC913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.68%

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

R = 50%
G = 45.68%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCC913 (or 0xDCC913) is known color: Sunflower. HEX triplet: DC, C9 and 13. RGB value is (220,201,19). Sum of RGB (Red+Green+Blue) = 220+201+19=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC913 is #2336EC. Grayscale: #BABABA. Windows color (decimal): -2307821 or 1296860. OLE color: 1296860.

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

Color convert

RGB 220 201 19 -
CMYK 0 0.09 0.91 0.14
HSL 54.33º 0.84% 0.47% -
HSV(B) 54.33º 0.91% 0.86% -
XYZ 50.52 57.04 8.96 -
YUV 185.93 33.79 152.3 -
System Red Green Blue C M Y K H S L
Decimal 220 201 19 0 0.09 0.91 0.14 54.33 0.84 0.47
Hex DC C9 13 0 9 5B E 36 54 2F
Octal 334 311 23 0 11 133 16 66 124 57
Binary 11011100 11001001 10011 0 1001 1011011 1110 110110 1010100 101111

Color Harmonies of #DCC913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC913

Black with #DCC913

Text Example


Text Example

White with #DCC913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC913; }

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

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

background-color css

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

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

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

border-color css

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

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

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