Html Css Color HEX #DFD431 Starship

📋 copy color: '#DFD431'

red 223 ◦ green 212 ◦ blue 49

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

Shades of Starship #DFD431

Tints of Starship #DFD431

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

 BLUE value IS 49 (19.53% from 255) = 10.12%

R = 46.07%
G = 43.8%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFD431 (or 0xDFD431) is known color: Starship. HEX triplet: DF, D4 and 31. RGB value is (223,212,49). Sum of RGB (Red+Green+Blue) = 223+212+49=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD431 is #202BCE. Grayscale: #C5C5C5. Windows color (decimal): -2108367 or 3265759. OLE color: 3265759.

HSL color Cylindrical-coordinate representation of color #DFD431: hue angle of 56.21º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFD431 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 212 49 -
CMYK 0 0.05 0.78 0.13
HSL 56.21º 0.73% 0.53% -
HSV(B) 56.21º 0.78% 0.87% -
XYZ 54.53 63 12.19 -
YUV 196.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 223 212 49 0 0.05 0.78 0.13 56.21 0.73 0.53
Hex DF D4 31 0 5 4E D 38 49 35
Octal 337 324 61 0 5 116 15 70 111 65
Binary 11011111 11010100 110001 0 101 1001110 1101 111000 1001001 110101

Color Harmonies of #DFD431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD431

Black with #DFD431

Text Example


Text Example

White with #DFD431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD431; }

 p { color: rgb(223,212,49); }

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

background-color css

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

 a { background-color: rgb(223,212,49); }

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

border-color css

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

 span { border-color: rgb(223,212,49); }

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