Html Css Color HEX #DADD3F Starship

📋 copy color: '#DADD3F'

red 218 ◦ green 221 ◦ blue 63

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

Shades of Starship #DADD3F

Tints of Starship #DADD3F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.02%

 BLUE value IS 63 (25% from 255) = 12.55%

R = 43.43%
G = 44.02%
B = 12.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DADD3F (or 0xDADD3F) is known color: Starship. HEX triplet: DA, DD and 3F. RGB value is (218,221,63). Sum of RGB (Red+Green+Blue) = 218+221+63=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD3F is #2522C0. Grayscale: #CACACA. Windows color (decimal): -2433729 or 4185562. OLE color: 4185562.

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

Color convert

RGB 218 221 63 -
CMYK 0.01 0 0.71 0.13
HSL 61.14º 0.7% 0.56% -
HSV(B) 61.14º 0.71% 0.87% -
XYZ 55.67 66.98 14.7 -
YUV 202.09 49.51 139.35 -
System Red Green Blue C M Y K H S L
Decimal 218 221 63 0.01 0 0.71 0.13 61.14 0.7 0.56
Hex DA DD 3F 1 0 47 D 3D 46 38
Octal 332 335 77 1 0 107 15 75 106 70
Binary 11011010 11011101 111111 1 0 1000111 1101 111101 1000110 111000

Color Harmonies of #DADD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD3F

Black with #DADD3F

Text Example


Text Example

White with #DADD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD3F; }

 p { color: rgb(218,221,63); }

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

background-color css

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

 a { background-color: rgb(218,221,63); }

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

border-color css

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

 span { border-color: rgb(218,221,63); }

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