Html Css Color HEX #DFD72D Starship

📋 copy color: '#DFD72D'

red 223 ◦ green 215 ◦ blue 45

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

Shades of Starship #DFD72D

Tints of Starship #DFD72D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

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

R = 46.17%
G = 44.51%
B = 9.32%

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

#DFD72D (or 0xDFD72D) is known color: Starship. HEX triplet: DF, D7 and 2D. RGB value is (223,215,45). Sum of RGB (Red+Green+Blue) = 223+215+45=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD72D is #2028D2. Grayscale: #C6C6C6. Windows color (decimal): -2107603 or 3004383. OLE color: 3004383.

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

Color convert

RGB 223 215 45 -
CMYK 0 0.04 0.80 0.13
HSL 57.3º 0.74% 0.53% -
HSV(B) 57.3º 0.8% 0.87% -
XYZ 55.21 64.48 12.02 -
YUV 198.01 41.65 145.82 -
System Red Green Blue C M Y K H S L
Decimal 223 215 45 0 0.04 0.80 0.13 57.3 0.74 0.53
Hex DF D7 2D 0 4 50 D 39 4A 35
Octal 337 327 55 0 4 120 15 71 112 65
Binary 11011111 11010111 101101 0 100 1010000 1101 111001 1001010 110101

Color Harmonies of #DFD72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD72D

Black with #DFD72D

Text Example


Text Example

White with #DFD72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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