Html Css Color HEX #DDDF3F Starship

📋 copy color: '#DDDF3F'

red 221 ◦ green 223 ◦ blue 63

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

Shades of Starship #DDDF3F

Tints of Starship #DDDF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.98%

 BLUE value IS 63 (25% from 255) = 12.43%

R = 43.59%
G = 43.98%
B = 12.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDDF3F (or 0xDDDF3F) is known color: Starship. HEX triplet: DD, DF and 3F. RGB value is (221,223,63). Sum of RGB (Red+Green+Blue) = 221+223+63=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 63 (25% from 255 or 12.43% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF3F is #2220C0. Grayscale: #CCCCCC. Windows color (decimal): -2236609 or 4186077. OLE color: 4186077.

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

Color convert

RGB 221 223 63 -
CMYK 0.01 0 0.72 0.13
HSL 60.75º 0.71% 0.56% -
HSV(B) 60.75º 0.72% 0.87% -
XYZ 57.1 68.51 14.92 -
YUV 204.16 48.34 140.01 -
System Red Green Blue C M Y K H S L
Decimal 221 223 63 0.01 0 0.72 0.13 60.75 0.71 0.56
Hex DD DF 3F 1 0 48 D 3D 47 38
Octal 335 337 77 1 0 110 15 75 107 70
Binary 11011101 11011111 111111 1 0 1001000 1101 111101 1000111 111000

Color Harmonies of #DDDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF3F

Black with #DDDF3F

Text Example


Text Example

White with #DDDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF3F; }

 p { color: rgb(221,223,63); }

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

background-color css

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

 a { background-color: rgb(221,223,63); }

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

border-color css

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

 span { border-color: rgb(221,223,63); }

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