Html Css Color HEX #DFDB41 Starship

📋 copy color: '#DFDB41'

red 223 ◦ green 219 ◦ blue 65

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

Shades of Starship #DFDB41

Tints of Starship #DFDB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.82%

R = 43.98%
G = 43.2%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFDB41 (or 0xDFDB41) is known color: Starship. HEX triplet: DF, DB and 41. RGB value is (223,219,65). Sum of RGB (Red+Green+Blue) = 223+219+65=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB41 is #2024BE. Grayscale: #CBCBCB. Windows color (decimal): -2106559 or 4316127. OLE color: 4316127.

HSL color Cylindrical-coordinate representation of color #DFDB41: hue angle of 58.48º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFDB41 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 65 -
CMYK 0 0.02 0.71 0.13
HSL 58.48º 0.71% 0.56% -
HSV(B) 58.48º 0.71% 0.87% -
XYZ 56.72 66.73 14.89 -
YUV 202.64 50.33 142.52 -
System Red Green Blue C M Y K H S L
Decimal 223 219 65 0 0.02 0.71 0.13 58.48 0.71 0.56
Hex DF DB 41 0 2 47 D 3A 47 38
Octal 337 333 101 0 2 107 15 72 107 70
Binary 11011111 11011011 1000001 0 10 1000111 1101 111010 1000111 111000

Color Harmonies of #DFDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB41

Black with #DFDB41

Text Example


Text Example

White with #DFDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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