Html Css Color HEX #DADB41 Starship

📋 copy color: '#DADB41'

red 218 ◦ green 219 ◦ blue 65

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

Shades of Starship #DADB41

Tints of Starship #DADB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.95%

R = 43.43%
G = 43.63%
B = 12.95%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DADB41 (or 0xDADB41) is known color: Starship. HEX triplet: DA, DB and 41. RGB value is (218,219,65). Sum of RGB (Red+Green+Blue) = 218+219+65=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB41 is #2524BE. Grayscale: #C9C9C9. Windows color (decimal): -2434239 or 4316122. OLE color: 4316122.

HSL color Cylindrical-coordinate representation of color #DADB41: hue angle of 60.39º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DADB41 is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 65 -
CMYK 0.00 0 0.70 0.14
HSL 60.39º 0.68% 0.56% -
HSV(B) 60.39º 0.7% 0.86% -
XYZ 55.2 65.95 14.82 -
YUV 201.15 51.17 140.02 -
System Red Green Blue C M Y K H S L
Decimal 218 219 65 0.00 0 0.70 0.14 60.39 0.68 0.56
Hex DA DB 41 0 0 46 E 3C 44 38
Octal 332 333 101 0 0 106 16 74 104 70
Binary 11011010 11011011 1000001 0 0 1000110 1110 111100 1000100 111000

Color Harmonies of #DADB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB41

Black with #DADB41

Text Example


Text Example

White with #DADB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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