Html Css Color HEX #DADB3B Starship

📋 copy color: '#DADB3B'

red 218 ◦ green 219 ◦ blue 59

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

Shades of Starship #DADB3B

Tints of Starship #DADB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.9%

R = 43.95%
G = 44.15%
B = 11.9%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DADB3B (or 0xDADB3B) is known color: Starship. HEX triplet: DA, DB and 3B. RGB value is (218,219,59). Sum of RGB (Red+Green+Blue) = 218+219+59=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 59 (23.44% from 255 or 11.90% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB3B is #2524C4. Grayscale: #C9C9C9. Windows color (decimal): -2434245 or 3922906. OLE color: 3922906.

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

Color convert

RGB 218 219 59 -
CMYK 0.00 0 0.73 0.14
HSL 60.38º 0.69% 0.55% -
HSV(B) 60.38º 0.73% 0.86% -
XYZ 55.03 65.88 13.95 -
YUV 200.46 48.17 140.51 -
System Red Green Blue C M Y K H S L
Decimal 218 219 59 0.00 0 0.73 0.14 60.38 0.69 0.55
Hex DA DB 3B 0 0 49 E 3C 45 37
Octal 332 333 73 0 0 111 16 74 105 67
Binary 11011010 11011011 111011 0 0 1001001 1110 111100 1000101 110111

Color Harmonies of #DADB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB3B

Black with #DADB3B

Text Example


Text Example

White with #DADB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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