Html Css Color HEX #DADF46 Starship

📋 copy color: '#DADF46'

red 218 ◦ green 223 ◦ blue 70

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

Shades of Starship #DADF46

Tints of Starship #DADF46

RGB

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

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

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

R = 42.66%
G = 43.64%
B = 13.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DADF46 (or 0xDADF46) is known color: Starship. HEX triplet: DA, DF and 46. RGB value is (218,223,70). Sum of RGB (Red+Green+Blue) = 218+223+70=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF46 is #2520B9. Grayscale: #CCCCCC. Windows color (decimal): -2433210 or 4644826. OLE color: 4644826.

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

Color convert

RGB 218 223 70 -
CMYK 0.02 0 0.69 0.13
HSL 61.96º 0.71% 0.57% -
HSV(B) 61.96º 0.69% 0.87% -
XYZ 56.41 68.12 15.97 -
YUV 204.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 218 223 70 0.02 0 0.69 0.13 61.96 0.71 0.57
Hex DA DF 46 2 0 45 D 3E 47 39
Octal 332 337 106 2 0 105 15 76 107 71
Binary 11011010 11011111 1000110 10 0 1000101 1101 111110 1000111 111001

Color Harmonies of #DADF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF46

Black with #DADF46

Text Example


Text Example

White with #DADF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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