Html Css Color HEX #DCBE15 Sunflower

📋 copy color: '#DCBE15'

red 220 ◦ green 190 ◦ blue 21

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

Shades of Sunflower #DCBE15

Tints of Sunflower #DCBE15

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

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

R = 51.04%
G = 44.08%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCBE15 (or 0xDCBE15) is known color: Sunflower. HEX triplet: DC, BE and 15. RGB value is (220,190,21). Sum of RGB (Red+Green+Blue) = 220+190+21=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE15 is #2341EA. Grayscale: #B4B4B4. Windows color (decimal): -2310635 or 1425116. OLE color: 1425116.

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

Color convert

RGB 220 190 21 -
CMYK 0 0.14 0.90 0.14
HSL 50.95º 0.83% 0.47% -
HSV(B) 50.95º 0.9% 0.86% -
XYZ 48.06 52.1 8.23 -
YUV 179.7 38.44 156.74 -
System Red Green Blue C M Y K H S L
Decimal 220 190 21 0 0.14 0.90 0.14 50.95 0.83 0.47
Hex DC BE 15 0 E 5A E 33 53 2F
Octal 334 276 25 0 16 132 16 63 123 57
Binary 11011100 10111110 10101 0 1110 1011010 1110 110011 1010011 101111

Color Harmonies of #DCBE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE15

Black with #DCBE15

Text Example


Text Example

White with #DCBE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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