Html Css Color HEX #DDDF3D Starship

📋 copy color: '#DDDF3D'

red 221 ◦ green 223 ◦ blue 61

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

Shades of Starship #DDDF3D

Tints of Starship #DDDF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.08%

R = 43.76%
G = 44.16%
B = 12.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDDF3D (or 0xDDDF3D) is known color: Starship. HEX triplet: DD, DF and 3D. RGB value is (221,223,61). Sum of RGB (Red+Green+Blue) = 221+223+61=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF3D is #2220C2. Grayscale: #CCCCCC. Windows color (decimal): -2236611 or 4055005. OLE color: 4055005.

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

Color convert

RGB 221 223 61 -
CMYK 0.01 0 0.73 0.13
HSL 60.74º 0.72% 0.56% -
HSV(B) 60.74º 0.73% 0.87% -
XYZ 57.05 68.48 14.63 -
YUV 203.93 47.34 140.17 -
System Red Green Blue C M Y K H S L
Decimal 221 223 61 0.01 0 0.73 0.13 60.74 0.72 0.56
Hex DD DF 3D 1 0 49 D 3D 48 38
Octal 335 337 75 1 0 111 15 75 110 70
Binary 11011101 11011111 111101 1 0 1001001 1101 111101 1001000 111000

Color Harmonies of #DDDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF3D

Black with #DDDF3D

Text Example


Text Example

White with #DDDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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