Html Css Color HEX #DCED48 Starship

📋 copy color: '#DCED48'

red 220 ◦ green 237 ◦ blue 72

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

Shades of Starship #DCED48

Tints of Starship #DCED48

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.8%

 BLUE value IS 72 (28.52% from 255) = 13.61%

R = 41.59%
G = 44.8%
B = 13.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#DCED48 (or 0xDCED48) is known color: Starship. HEX triplet: DC, ED and 48. RGB value is (220,237,72). Sum of RGB (Red+Green+Blue) = 220+237+72=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED48 is #2312B7. Grayscale: #D5D5D5. Windows color (decimal): -2298552 or 4779484. OLE color: 4779484.

HSL color Cylindrical-coordinate representation of color #DCED48: hue angle of 66.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCED48 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 72 -
CMYK 0.07 0 0.70 0.07
HSL 66.18º 0.82% 0.61% -
HSV(B) 66.18º 0.7% 0.93% -
XYZ 60.97 76.25 17.64 -
YUV 213.11 48.37 132.92 -
System Red Green Blue C M Y K H S L
Decimal 220 237 72 0.07 0 0.70 0.07 66.18 0.82 0.61
Hex DC ED 48 7 0 46 7 42 52 3D
Octal 334 355 110 7 0 106 7 102 122 75
Binary 11011100 11101101 1001000 111 0 1000110 111 1000010 1010010 111101

Color Harmonies of #DCED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED48

Black with #DCED48

Text Example


Text Example

White with #DCED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED48; }

 p { color: rgb(220,237,72); }

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

background-color css

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

 a { background-color: rgb(220,237,72); }

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

border-color css

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

 span { border-color: rgb(220,237,72); }

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