Html Css Color HEX #DADF47 Starship

📋 copy color: '#DADF47'

red 218 ◦ green 223 ◦ blue 71

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

Shades of Starship #DADF47

Tints of Starship #DADF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.87%

R = 42.58%
G = 43.55%
B = 13.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DADF47 (or 0xDADF47) is known color: Starship. HEX triplet: DA, DF and 47. RGB value is (218,223,71). Sum of RGB (Red+Green+Blue) = 218+223+71=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF47 is #2520B8. Grayscale: #CCCCCC. Windows color (decimal): -2433209 or 4710362. OLE color: 4710362.

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

Color convert

RGB 218 223 71 -
CMYK 0.02 0 0.68 0.13
HSL 61.97º 0.7% 0.58% -
HSV(B) 61.97º 0.68% 0.87% -
XYZ 56.44 68.14 16.14 -
YUV 204.18 52.84 137.86 -
System Red Green Blue C M Y K H S L
Decimal 218 223 71 0.02 0 0.68 0.13 61.97 0.7 0.58
Hex DA DF 47 2 0 44 D 3E 46 3A
Octal 332 337 107 2 0 104 15 76 106 72
Binary 11011010 11011111 1000111 10 0 1000100 1101 111110 1000110 111010

Color Harmonies of #DADF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF47

Black with #DADF47

Text Example


Text Example

White with #DADF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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