Html Css Color HEX #DADF48 Starship

📋 copy color: '#DADF48'

red 218 ◦ green 223 ◦ blue 72

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

Shades of Starship #DADF48

Tints of Starship #DADF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.04%

R = 42.5%
G = 43.47%
B = 14.04%

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

#DADF48 (or 0xDADF48) is known color: Starship. HEX triplet: DA, DF and 48. RGB value is (218,223,72). Sum of RGB (Red+Green+Blue) = 218+223+72=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF48 is #2520B7. Grayscale: #CCCCCC. Windows color (decimal): -2433208 or 4775898. OLE color: 4775898.

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

Color convert

RGB 218 223 72 -
CMYK 0.02 0 0.68 0.13
HSL 61.99º 0.7% 0.58% -
HSV(B) 61.99º 0.68% 0.87% -
XYZ 56.47 68.15 16.31 -
YUV 204.29 53.34 137.78 -
System Red Green Blue C M Y K H S L
Decimal 218 223 72 0.02 0 0.68 0.13 61.99 0.7 0.58
Hex DA DF 48 2 0 44 D 3E 46 3A
Octal 332 337 110 2 0 104 15 76 106 72
Binary 11011010 11011111 1001000 10 0 1000100 1101 111110 1000110 111010

Color Harmonies of #DADF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF48

Black with #DADF48

Text Example


Text Example

White with #DADF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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