Html Css Color HEX #DCBE26 Sunflower

📋 copy color: '#DCBE26'

red 220 ◦ green 190 ◦ blue 38

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

Shades of Sunflower #DCBE26

Tints of Sunflower #DCBE26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.48%

R = 49.11%
G = 42.41%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCBE26 (or 0xDCBE26) is known color: Sunflower. HEX triplet: DC, BE and 26. RGB value is (220,190,38). Sum of RGB (Red+Green+Blue) = 220+190+38=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 38 (15.23% from 255 or 8.48% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE26 is #2341D9. Grayscale: #B6B6B6. Windows color (decimal): -2310618 or 2539228. OLE color: 2539228.

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

Color convert

RGB 220 190 38 -
CMYK 0 0.14 0.83 0.14
HSL 50.11º 0.72% 0.51% -
HSV(B) 50.11º 0.83% 0.86% -
XYZ 48.28 52.18 9.36 -
YUV 181.64 46.94 155.36 -
System Red Green Blue C M Y K H S L
Decimal 220 190 38 0 0.14 0.83 0.14 50.11 0.72 0.51
Hex DC BE 26 0 E 53 E 32 48 33
Octal 334 276 46 0 16 123 16 62 110 63
Binary 11011100 10111110 100110 0 1110 1010011 1110 110010 1001000 110011

Color Harmonies of #DCBE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE26

Black with #DCBE26

Text Example


Text Example

White with #DCBE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE26; }

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

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

background-color css

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

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

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

border-color css

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

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

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