Html Css Color HEX #DFDB46 Starship

📋 copy color: '#DFDB46'

red 223 ◦ green 219 ◦ blue 70

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

Shades of Starship #DFDB46

Tints of Starship #DFDB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.67%

R = 43.55%
G = 42.77%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFDB46 (or 0xDFDB46) is known color: Starship. HEX triplet: DF, DB and 46. RGB value is (223,219,70). Sum of RGB (Red+Green+Blue) = 223+219+70=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB46 is #2024B9. Grayscale: #CBCBCB. Windows color (decimal): -2106554 or 4643807. OLE color: 4643807.

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

Color convert

RGB 223 219 70 -
CMYK 0 0.02 0.69 0.13
HSL 58.43º 0.71% 0.57% -
HSV(B) 58.43º 0.69% 0.87% -
XYZ 56.87 66.79 15.69 -
YUV 203.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 223 219 70 0 0.02 0.69 0.13 58.43 0.71 0.57
Hex DF DB 46 0 2 45 D 3A 47 39
Octal 337 333 106 0 2 105 15 72 107 71
Binary 11011111 11011011 1000110 0 10 1000101 1101 111010 1000111 111001

Color Harmonies of #DFDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB46

Black with #DFDB46

Text Example


Text Example

White with #DFDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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