Html Css Color HEX #DFD62D Starship

📋 copy color: '#DFD62D'

red 223 ◦ green 214 ◦ blue 45

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

Shades of Starship #DFD62D

Tints of Starship #DFD62D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.4%

 BLUE value IS 45 (17.97% from 255) = 9.34%

R = 46.27%
G = 44.4%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFD62D (or 0xDFD62D) is known color: Starship. HEX triplet: DF, D6 and 2D. RGB value is (223,214,45). Sum of RGB (Red+Green+Blue) = 223+214+45=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD62D is #2029D2. Grayscale: #C6C6C6. Windows color (decimal): -2107859 or 3004127. OLE color: 3004127.

HSL color Cylindrical-coordinate representation of color #DFD62D: hue angle of 56.97º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFD62D is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 214 45 -
CMYK 0 0.04 0.80 0.13
HSL 56.97º 0.74% 0.53% -
HSV(B) 56.97º 0.8% 0.87% -
XYZ 54.95 63.97 11.93 -
YUV 197.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 223 214 45 0 0.04 0.80 0.13 56.97 0.74 0.53
Hex DF D6 2D 0 4 50 D 39 4A 35
Octal 337 326 55 0 4 120 15 71 112 65
Binary 11011111 11010110 101101 0 100 1010000 1101 111001 1001010 110101

Color Harmonies of #DFD62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD62D

Black with #DFD62D

Text Example


Text Example

White with #DFD62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD62D; }

 p { color: rgb(223,214,45); }

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

background-color css

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

 a { background-color: rgb(223,214,45); }

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

border-color css

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

 span { border-color: rgb(223,214,45); }

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