Html Css Color HEX #DCC915 Sunflower

📋 copy color: '#DCC915'

red 220 ◦ green 201 ◦ blue 21

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

Shades of Sunflower #DCC915

Tints of Sunflower #DCC915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.75%

R = 49.77%
G = 45.48%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCC915 (or 0xDCC915) is known color: Sunflower. HEX triplet: DC, C9 and 15. RGB value is (220,201,21). Sum of RGB (Red+Green+Blue) = 220+201+21=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC915 is #2336EA. Grayscale: #BABABA. Windows color (decimal): -2307819 or 1427932. OLE color: 1427932.

HSL color Cylindrical-coordinate representation of color #DCC915: hue angle of 54.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCC915 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 21 -
CMYK 0 0.09 0.90 0.14
HSL 54.27º 0.83% 0.47% -
HSV(B) 54.27º 0.9% 0.86% -
XYZ 50.54 57.04 9.06 -
YUV 186.16 34.79 152.14 -
System Red Green Blue C M Y K H S L
Decimal 220 201 21 0 0.09 0.90 0.14 54.27 0.83 0.47
Hex DC C9 15 0 9 5A E 36 53 2F
Octal 334 311 25 0 11 132 16 66 123 57
Binary 11011100 11001001 10101 0 1001 1011010 1110 110110 1010011 101111

Color Harmonies of #DCC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC915

Black with #DCC915

Text Example


Text Example

White with #DCC915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC915; }

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

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

background-color css

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

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

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

border-color css

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

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

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