Html Css Color HEX #DCDB33 Starship

📋 copy color: '#DCDB33'

red 220 ◦ green 219 ◦ blue 51

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

Shades of Starship #DCDB33

Tints of Starship #DCDB33

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

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

R = 44.9%
G = 44.69%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCDB33 (or 0xDCDB33) is known color: Starship. HEX triplet: DC, DB and 33. RGB value is (220,219,51). Sum of RGB (Red+Green+Blue) = 220+219+51=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB33 is #2324CC. Grayscale: #C8C8C8. Windows color (decimal): -2303181 or 3398620. OLE color: 3398620.

HSL color Cylindrical-coordinate representation of color #DCDB33: hue angle of 59.64º 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 #DCDB33 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 51 -
CMYK 0 0.00 0.77 0.14
HSL 59.64º 0.71% 0.53% -
HSV(B) 59.64º 0.77% 0.86% -
XYZ 55.44 66.12 12.97 -
YUV 200.15 43.83 142.16 -
System Red Green Blue C M Y K H S L
Decimal 220 219 51 0 0.00 0.77 0.14 59.64 0.71 0.53
Hex DC DB 33 0 0 4D E 3C 47 35
Octal 334 333 63 0 0 115 16 74 107 65
Binary 11011100 11011011 110011 0 0 1001101 1110 111100 1000111 110101

Color Harmonies of #DCDB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB33

Black with #DCDB33

Text Example


Text Example

White with #DCDB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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