Html Css Color HEX #DFD12D Starship

📋 copy color: '#DFD12D'

red 223 ◦ green 209 ◦ blue 45

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

Shades of Starship #DFD12D

Tints of Starship #DFD12D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.82%

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

R = 46.75%
G = 43.82%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFD12D (or 0xDFD12D) is known color: Starship. HEX triplet: DF, D1 and 2D. RGB value is (223,209,45). Sum of RGB (Red+Green+Blue) = 223+209+45=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD12D is #202ED2. Grayscale: #C3C3C3. Windows color (decimal): -2109139 or 3002847. OLE color: 3002847.

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

Color convert

RGB 223 209 45 -
CMYK 0 0.06 0.80 0.13
HSL 55.28º 0.74% 0.53% -
HSV(B) 55.28º 0.8% 0.87% -
XYZ 53.71 61.48 11.52 -
YUV 194.49 43.64 148.34 -
System Red Green Blue C M Y K H S L
Decimal 223 209 45 0 0.06 0.80 0.13 55.28 0.74 0.53
Hex DF D1 2D 0 6 50 D 37 4A 35
Octal 337 321 55 0 6 120 15 67 112 65
Binary 11011111 11010001 101101 0 110 1010000 1101 110111 1001010 110101

Color Harmonies of #DFD12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD12D

Black with #DFD12D

Text Example


Text Example

White with #DFD12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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