Html Css Color HEX #DAD838 Starship

📋 copy color: '#DAD838'

red 218 ◦ green 216 ◦ blue 56

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

Shades of Starship #DAD838

Tints of Starship #DAD838

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 56 (22.27% from 255) = 11.43%

R = 44.49%
G = 44.08%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD838 (or 0xDAD838) is known color: Starship. HEX triplet: DA, D8 and 38. RGB value is (218,216,56). Sum of RGB (Red+Green+Blue) = 218+216+56=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD838 is #2527C7. Grayscale: #C6C6C6. Windows color (decimal): -2435016 or 3725530. OLE color: 3725530.

HSL color Cylindrical-coordinate representation of color #DAD838: hue angle of 59.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAD838 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 216 56 -
CMYK 0 0.01 0.74 0.15
HSL 59.26º 0.69% 0.54% -
HSV(B) 59.26º 0.74% 0.85% -
XYZ 54.18 64.3 13.3 -
YUV 198.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 218 216 56 0 0.01 0.74 0.15 59.26 0.69 0.54
Hex DA D8 38 0 1 4A F 3B 45 36
Octal 332 330 70 0 1 112 17 73 105 66
Binary 11011010 11011000 111000 0 1 1001010 1111 111011 1000101 110110

Color Harmonies of #DAD838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD838

Black with #DAD838

Text Example


Text Example

White with #DAD838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD838; }

 p { color: rgb(218,216,56); }

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

background-color css

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

 a { background-color: rgb(218,216,56); }

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

border-color css

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

 span { border-color: rgb(218,216,56); }

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