Html Css Color HEX #DDD233 Starship

📋 copy color: '#DDD233'

red 221 ◦ green 210 ◦ blue 51

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

Shades of Starship #DDD233

Tints of Starship #DDD233

RGB

 RED value IS 221 (86.72% from 255) = 45.85%

 GREEN value IS 210 (82.42% from 255) = 43.57%

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

R = 45.85%
G = 43.57%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD233 (or 0xDDD233) is known color: Starship. HEX triplet: DD, D2 and 33. RGB value is (221,210,51). Sum of RGB (Red+Green+Blue) = 221+210+51=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD233 is #222DCC. Grayscale: #C3C3C3. Windows color (decimal): -2239949 or 3396317. OLE color: 3396317.

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

Color convert

RGB 221 210 51 -
CMYK 0 0.05 0.77 0.13
HSL 56.12º 0.71% 0.53% -
HSV(B) 56.12º 0.77% 0.87% -
XYZ 53.46 61.7 12.22 -
YUV 195.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 221 210 51 0 0.05 0.77 0.13 56.12 0.71 0.53
Hex DD D2 33 0 5 4D D 38 47 35
Octal 335 322 63 0 5 115 15 70 107 65
Binary 11011101 11010010 110011 0 101 1001101 1101 111000 1000111 110101

Color Harmonies of #DDD233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD233

Black with #DDD233

Text Example


Text Example

White with #DDD233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD233; }

 p { color: rgb(221,210,51); }

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

background-color css

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

 a { background-color: rgb(221,210,51); }

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

border-color css

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

 span { border-color: rgb(221,210,51); }

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