Html Css Color HEX #DCD333 Starship

📋 copy color: '#DCD333'

red 220 ◦ green 211 ◦ blue 51

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

Shades of Starship #DCD333

Tints of Starship #DCD333

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

 BLUE value IS 51 (20.31% from 255) = 10.58%

R = 45.64%
G = 43.78%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCD333 (or 0xDCD333) is known color: Starship. HEX triplet: DC, D3 and 33. RGB value is (220,211,51). Sum of RGB (Red+Green+Blue) = 220+211+51=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD333 is #232CCC. Grayscale: #C4C4C4. Windows color (decimal): -2305229 or 3396572. OLE color: 3396572.

HSL color Cylindrical-coordinate representation of color #DCD333: hue angle of 56.8º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCD333 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 51 -
CMYK 0 0.04 0.77 0.14
HSL 56.8º 0.71% 0.53% -
HSV(B) 56.8º 0.77% 0.86% -
XYZ 53.41 62.04 12.29 -
YUV 195.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 220 211 51 0 0.04 0.77 0.14 56.8 0.71 0.53
Hex DC D3 33 0 4 4D E 39 47 35
Octal 334 323 63 0 4 115 16 71 107 65
Binary 11011100 11010011 110011 0 100 1001101 1110 111001 1000111 110101

Color Harmonies of #DCD333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD333

Black with #DCD333

Text Example


Text Example

White with #DCD333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD333; }

 p { color: rgb(220,211,51); }

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

background-color css

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

 a { background-color: rgb(220,211,51); }

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

border-color css

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

 span { border-color: rgb(220,211,51); }

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