Html Css Color HEX #DFDD3F Starship

📋 copy color: '#DFDD3F'

red 223 ◦ green 221 ◦ blue 63

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

Shades of Starship #DFDD3F

Tints of Starship #DFDD3F

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DFDD3F: hue angle of 59.25º 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 #DFDD3F is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 221 63 -
CMYK 0 0.01 0.72 0.13
HSL 59.25º 0.71% 0.56% -
HSV(B) 59.25º 0.72% 0.87% -
XYZ 57.19 67.76 14.77 -
YUV 203.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 223 221 63 0 0.01 0.72 0.13 59.25 0.71 0.56
Hex DF DD 3F 0 1 48 D 3B 47 38
Octal 337 335 77 0 1 110 15 73 107 70
Binary 11011111 11011101 111111 0 1 1001000 1101 111011 1000111 111000

Color Harmonies of #DFDD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD3F

Black with #DFDD3F

Text Example


Text Example

White with #DFDD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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