Html Css Color HEX #DADF44 Starship

📋 copy color: '#DADF44'

red 218 ◦ green 223 ◦ blue 68

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

Shades of Starship #DADF44

Tints of Starship #DADF44

RGB

 RED value IS 218 (85.55% from 255) = 42.83%

 GREEN value IS 223 (87.5% from 255) = 43.81%

 BLUE value IS 68 (26.95% from 255) = 13.36%

R = 42.83%
G = 43.81%
B = 13.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DADF44 (or 0xDADF44) is known color: Starship. HEX triplet: DA, DF and 44. RGB value is (218,223,68). Sum of RGB (Red+Green+Blue) = 218+223+68=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF44 is #2520BB. Grayscale: #CCCCCC. Windows color (decimal): -2433212 or 4513754. OLE color: 4513754.

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

Color convert

RGB 218 223 68 -
CMYK 0.02 0 0.70 0.13
HSL 61.94º 0.71% 0.57% -
HSV(B) 61.94º 0.7% 0.87% -
XYZ 56.34 68.1 15.64 -
YUV 203.84 51.34 138.1 -
System Red Green Blue C M Y K H S L
Decimal 218 223 68 0.02 0 0.70 0.13 61.94 0.71 0.57
Hex DA DF 44 2 0 46 D 3E 47 39
Octal 332 337 104 2 0 106 15 76 107 71
Binary 11011010 11011111 1000100 10 0 1000110 1101 111110 1000111 111001

Color Harmonies of #DADF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF44

Black with #DADF44

Text Example


Text Example

White with #DADF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF44; }

 p { color: rgb(218,223,68); }

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

background-color css

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

 a { background-color: rgb(218,223,68); }

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

border-color css

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

 span { border-color: rgb(218,223,68); }

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