Html Css Color HEX #DADB39 Starship

📋 copy color: '#DADB39'

red 218 ◦ green 219 ◦ blue 57

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

Shades of Starship #DADB39

Tints of Starship #DADB39

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

 BLUE value IS 57 (22.66% from 255) = 11.54%

R = 44.13%
G = 44.33%
B = 11.54%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DADB39 (or 0xDADB39) is known color: Starship. HEX triplet: DA, DB and 39. RGB value is (218,219,57). Sum of RGB (Red+Green+Blue) = 218+219+57=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB39 is #2524C6. Grayscale: #C8C8C8. Windows color (decimal): -2434247 or 3791834. OLE color: 3791834.

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

Color convert

RGB 218 219 57 -
CMYK 0.00 0 0.74 0.14
HSL 60.37º 0.69% 0.54% -
HSV(B) 60.37º 0.74% 0.86% -
XYZ 54.98 65.86 13.69 -
YUV 200.23 47.17 140.67 -
System Red Green Blue C M Y K H S L
Decimal 218 219 57 0.00 0 0.74 0.14 60.37 0.69 0.54
Hex DA DB 39 0 0 4A E 3C 45 36
Octal 332 333 71 0 0 112 16 74 105 66
Binary 11011010 11011011 111001 0 0 1001010 1110 111100 1000101 110110

Color Harmonies of #DADB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB39

Black with #DADB39

Text Example


Text Example

White with #DADB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB39; }

 p { color: rgb(218,219,57); }

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

background-color css

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

 a { background-color: rgb(218,219,57); }

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

border-color css

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

 span { border-color: rgb(218,219,57); }

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