Html Css Color HEX #DADF40 Starship

📋 copy color: '#DADF40'

red 218 ◦ green 223 ◦ blue 64

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

Shades of Starship #DADF40

Tints of Starship #DADF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.67%

R = 43.17%
G = 44.16%
B = 12.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DADF40 (or 0xDADF40) is known color: Starship. HEX triplet: DA, DF and 40. RGB value is (218,223,64). Sum of RGB (Red+Green+Blue) = 218+223+64=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF40 is #2520BF. Grayscale: #CCCCCC. Windows color (decimal): -2433216 or 4251610. OLE color: 4251610.

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

Color convert

RGB 218 223 64 -
CMYK 0.02 0 0.71 0.13
HSL 61.89º 0.71% 0.56% -
HSV(B) 61.89º 0.71% 0.87% -
XYZ 56.23 68.05 15.02 -
YUV 203.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 218 223 64 0.02 0 0.71 0.13 61.89 0.71 0.56
Hex DA DF 40 2 0 47 D 3E 47 38
Octal 332 337 100 2 0 107 15 76 107 70
Binary 11011010 11011111 1000000 10 0 1000111 1101 111110 1000111 111000

Color Harmonies of #DADF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF40

Black with #DADF40

Text Example


Text Example

White with #DADF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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