Html Css Color HEX #DFD33B Starship

📋 copy color: '#DFD33B'

red 223 ◦ green 211 ◦ blue 59

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

Shades of Starship #DFD33B

Tints of Starship #DFD33B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.8%

 BLUE value IS 59 (23.44% from 255) = 11.97%

R = 45.23%
G = 42.8%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DFD33B (or 0xDFD33B) is known color: Starship. HEX triplet: DF, D3 and 3B. RGB value is (223,211,59). Sum of RGB (Red+Green+Blue) = 223+211+59=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD33B is #202CC4. Grayscale: #C5C5C5. Windows color (decimal): -2108613 or 3920863. OLE color: 3920863.

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

Color convert

RGB 223 211 59 -
CMYK 0 0.05 0.74 0.13
HSL 55.61º 0.72% 0.55% -
HSV(B) 55.61º 0.74% 0.87% -
XYZ 54.52 62.59 13.35 -
YUV 197.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 223 211 59 0 0.05 0.74 0.13 55.61 0.72 0.55
Hex DF D3 3B 0 5 4A D 38 48 37
Octal 337 323 73 0 5 112 15 70 110 67
Binary 11011111 11010011 111011 0 101 1001010 1101 111000 1001000 110111

Color Harmonies of #DFD33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD33B

Black with #DFD33B

Text Example


Text Example

White with #DFD33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD33B; }

 p { color: rgb(223,211,59); }

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

background-color css

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

 a { background-color: rgb(223,211,59); }

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

border-color css

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

 span { border-color: rgb(223,211,59); }

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