Html Css Color HEX #DEEB3D Starship

📋 copy color: '#DEEB3D'

red 222 ◦ green 235 ◦ blue 61

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

Shades of Starship #DEEB3D

Tints of Starship #DEEB3D

RGB

 RED value IS 222 (87.11% from 255) = 42.86%

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

 BLUE value IS 61 (24.22% from 255) = 11.78%

R = 42.86%
G = 45.37%
B = 11.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#DEEB3D (or 0xDEEB3D) is known color: Starship. HEX triplet: DE, EB and 3D. RGB value is (222,235,61). Sum of RGB (Red+Green+Blue) = 222+235+61=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB3D is #2114C2. Grayscale: #D3D3D3. Windows color (decimal): -2168003 or 4058078. OLE color: 4058078.

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

Color convert

RGB 222 235 61 -
CMYK 0.06 0 0.74 0.08
HSL 64.48º 0.81% 0.58% -
HSV(B) 64.48º 0.74% 0.92% -
XYZ 60.67 75.28 15.75 -
YUV 211.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 222 235 61 0.06 0 0.74 0.08 64.48 0.81 0.58
Hex DE EB 3D 6 0 4A 8 40 51 3A
Octal 336 353 75 6 0 112 10 100 121 72
Binary 11011110 11101011 111101 110 0 1001010 1000 1000000 1010001 111010

Color Harmonies of #DEEB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEB3D

Black with #DEEB3D

Text Example


Text Example

White with #DEEB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEB3D; }

 p { color: rgb(222,235,61); }

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

background-color css

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

 a { background-color: rgb(222,235,61); }

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

border-color css

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

 span { border-color: rgb(222,235,61); }

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