Html Css Color HEX #DCEB41 Starship

📋 copy color: '#DCEB41'

red 220 ◦ green 235 ◦ blue 65

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

Shades of Starship #DCEB41

Tints of Starship #DCEB41

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.19%

 BLUE value IS 65 (25.78% from 255) = 12.5%

R = 42.31%
G = 45.19%
B = 12.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#DCEB41 (or 0xDCEB41) is known color: Starship. HEX triplet: DC, EB and 41. RGB value is (220,235,65). Sum of RGB (Red+Green+Blue) = 220+235+65=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB41 is #2314BE. Grayscale: #D3D3D3. Windows color (decimal): -2299071 or 4320220. OLE color: 4320220.

HSL color Cylindrical-coordinate representation of color #DCEB41: hue angle of 65.29º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCEB41 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 65 -
CMYK 0.06 0 0.72 0.08
HSL 65.29º 0.81% 0.59% -
HSV(B) 65.29º 0.72% 0.92% -
XYZ 60.18 75.01 16.31 -
YUV 211.14 45.53 134.32 -
System Red Green Blue C M Y K H S L
Decimal 220 235 65 0.06 0 0.72 0.08 65.29 0.81 0.59
Hex DC EB 41 6 0 48 8 41 51 3B
Octal 334 353 101 6 0 110 10 101 121 73
Binary 11011100 11101011 1000001 110 0 1001000 1000 1000001 1010001 111011

Color Harmonies of #DCEB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB41

Black with #DCEB41

Text Example


Text Example

White with #DCEB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB41; }

 p { color: rgb(220,235,65); }

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

background-color css

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

 a { background-color: rgb(220,235,65); }

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

border-color css

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

 span { border-color: rgb(220,235,65); }

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