Html Css Color HEX #DADF42 Starship

📋 copy color: '#DADF42'

red 218 ◦ green 223 ◦ blue 66

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

Shades of Starship #DADF42

Tints of Starship #DADF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.98%

 BLUE value IS 66 (26.17% from 255) = 13.02%

R = 43%
G = 43.98%
B = 13.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DADF42 (or 0xDADF42) is known color: Starship. HEX triplet: DA, DF and 42. RGB value is (218,223,66). Sum of RGB (Red+Green+Blue) = 218+223+66=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF42 is #2520BD. Grayscale: #CCCCCC. Windows color (decimal): -2433214 or 4382682. OLE color: 4382682.

HSL color Cylindrical-coordinate representation of color #DADF42: hue angle of 61.91º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DADF42 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 66 -
CMYK 0.02 0 0.70 0.13
HSL 61.91º 0.71% 0.57% -
HSV(B) 61.91º 0.7% 0.87% -
XYZ 56.28 68.07 15.33 -
YUV 203.61 50.34 138.27 -
System Red Green Blue C M Y K H S L
Decimal 218 223 66 0.02 0 0.70 0.13 61.91 0.71 0.57
Hex DA DF 42 2 0 46 D 3E 47 39
Octal 332 337 102 2 0 106 15 76 107 71
Binary 11011010 11011111 1000010 10 0 1000110 1101 111110 1000111 111001

Color Harmonies of #DADF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF42

Black with #DADF42

Text Example


Text Example

White with #DADF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF42; }

 p { color: rgb(218,223,66); }

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

background-color css

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

 a { background-color: rgb(218,223,66); }

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

border-color css

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

 span { border-color: rgb(218,223,66); }

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