Html Css Color HEX #DFDB3A Starship

📋 copy color: '#DFDB3A'

red 223 ◦ green 219 ◦ blue 58

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

Shades of Starship #DFDB3A

Tints of Starship #DFDB3A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.8%

 BLUE value IS 58 (23.05% from 255) = 11.6%

R = 44.6%
G = 43.8%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DFDB3A (or 0xDFDB3A) is known color: Starship. HEX triplet: DF, DB and 3A. RGB value is (223,219,58). Sum of RGB (Red+Green+Blue) = 223+219+58=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB3A is #2024C5. Grayscale: #CACACA. Windows color (decimal): -2106566 or 3857375. OLE color: 3857375.

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

Color convert

RGB 223 219 58 -
CMYK 0 0.02 0.74 0.13
HSL 58.55º 0.72% 0.55% -
HSV(B) 58.55º 0.74% 0.87% -
XYZ 56.53 66.66 13.89 -
YUV 201.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 223 219 58 0 0.02 0.74 0.13 58.55 0.72 0.55
Hex DF DB 3A 0 2 4A D 3B 48 37
Octal 337 333 72 0 2 112 15 73 110 67
Binary 11011111 11011011 111010 0 10 1001010 1101 111011 1001000 110111

Color Harmonies of #DFDB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB3A

Black with #DFDB3A

Text Example


Text Example

White with #DFDB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB3A; }

 p { color: rgb(223,219,58); }

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

background-color css

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

 a { background-color: rgb(223,219,58); }

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

border-color css

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

 span { border-color: rgb(223,219,58); }

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