Html Css Color HEX #DFDD42 Starship

📋 copy color: '#DFDD42'

red 223 ◦ green 221 ◦ blue 66

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

Shades of Starship #DFDD42

Tints of Starship #DFDD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.94%

R = 43.73%
G = 43.33%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DFDD42 (or 0xDFDD42) is known color: Starship. HEX triplet: DF, DD and 42. RGB value is (223,221,66). Sum of RGB (Red+Green+Blue) = 223+221+66=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD42 is #2022BD. Grayscale: #CCCCCC. Windows color (decimal): -2106046 or 4382175. OLE color: 4382175.

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

Color convert

RGB 223 221 66 -
CMYK 0 0.01 0.70 0.13
HSL 59.24º 0.71% 0.57% -
HSV(B) 59.24º 0.7% 0.87% -
XYZ 57.27 67.79 15.22 -
YUV 203.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 223 221 66 0 0.01 0.70 0.13 59.24 0.71 0.57
Hex DF DD 42 0 1 46 D 3B 47 39
Octal 337 335 102 0 1 106 15 73 107 71
Binary 11011111 11011101 1000010 0 1 1000110 1101 111011 1000111 111001

Color Harmonies of #DFDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD42

Black with #DFDD42

Text Example


Text Example

White with #DFDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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