Html Css Color HEX #DCCB15 Sunflower

📋 copy color: '#DCCB15'

red 220 ◦ green 203 ◦ blue 21

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

Shades of Sunflower #DCCB15

Tints of Sunflower #DCCB15

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

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

R = 49.55%
G = 45.72%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCCB15 (or 0xDCCB15) is known color: Sunflower. HEX triplet: DC, CB and 15. RGB value is (220,203,21). Sum of RGB (Red+Green+Blue) = 220+203+21=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCB15 is #2334EA. Grayscale: #BCBCBC. Windows color (decimal): -2307307 or 1428444. OLE color: 1428444.

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

Color convert

RGB 220 203 21 -
CMYK 0 0.08 0.90 0.14
HSL 54.87º 0.83% 0.47% -
HSV(B) 54.87º 0.9% 0.86% -
XYZ 51.01 57.98 9.21 -
YUV 187.34 34.13 151.3 -
System Red Green Blue C M Y K H S L
Decimal 220 203 21 0 0.08 0.90 0.14 54.87 0.83 0.47
Hex DC CB 15 0 8 5A E 37 53 2F
Octal 334 313 25 0 10 132 16 67 123 57
Binary 11011100 11001011 10101 0 1000 1011010 1110 110111 1010011 101111

Color Harmonies of #DCCB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB15

Black with #DCCB15

Text Example


Text Example

White with #DCCB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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