Html Css Color HEX #DCE13B Starship

📋 copy color: '#DCE13B'

red 220 ◦ green 225 ◦ blue 59

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

Shades of Starship #DCE13B

Tints of Starship #DCE13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.64%

 BLUE value IS 59 (23.44% from 255) = 11.71%

R = 43.65%
G = 44.64%
B = 11.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#DCE13B (or 0xDCE13B) is known color: Starship. HEX triplet: DC, E1 and 3B. RGB value is (220,225,59). Sum of RGB (Red+Green+Blue) = 220+225+59=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE13B is #231EC4. Grayscale: #CDCDCD. Windows color (decimal): -2301637 or 3924444. OLE color: 3924444.

HSL color Cylindrical-coordinate representation of color #DCE13B: hue angle of 61.81º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCE13B is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 59 -
CMYK 0.02 0 0.74 0.12
HSL 61.81º 0.73% 0.56% -
HSV(B) 61.81º 0.74% 0.88% -
XYZ 57.23 69.38 14.51 -
YUV 204.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 220 225 59 0.02 0 0.74 0.12 61.81 0.73 0.56
Hex DC E1 3B 2 0 4A C 3E 49 38
Octal 334 341 73 2 0 112 14 76 111 70
Binary 11011100 11100001 111011 10 0 1001010 1100 111110 1001001 111000

Color Harmonies of #DCE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE13B

Black with #DCE13B

Text Example


Text Example

White with #DCE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE13B; }

 p { color: rgb(220,225,59); }

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

background-color css

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

 a { background-color: rgb(220,225,59); }

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

border-color css

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

 span { border-color: rgb(220,225,59); }

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