Html Css Color HEX #DAD743 Starship

📋 copy color: '#DAD743'

red 218 ◦ green 215 ◦ blue 67

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

Shades of Starship #DAD743

Tints of Starship #DAD743

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43%

 BLUE value IS 67 (26.56% from 255) = 13.4%

R = 43.6%
G = 43%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAD743 (or 0xDAD743) is known color: Starship. HEX triplet: DA, D7 and 43. RGB value is (218,215,67). Sum of RGB (Red+Green+Blue) = 218+215+67=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD743 is #2528BC. Grayscale: #C7C7C7. Windows color (decimal): -2435261 or 4446170. OLE color: 4446170.

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

Color convert

RGB 218 215 67 -
CMYK 0 0.01 0.69 0.15
HSL 58.81º 0.67% 0.56% -
HSV(B) 58.81º 0.69% 0.85% -
XYZ 54.23 63.91 14.79 -
YUV 199.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 218 215 67 0 0.01 0.69 0.15 58.81 0.67 0.56
Hex DA D7 43 0 1 45 F 3B 43 38
Octal 332 327 103 0 1 105 17 73 103 70
Binary 11011010 11010111 1000011 0 1 1000101 1111 111011 1000011 111000

Color Harmonies of #DAD743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD743

Black with #DAD743

Text Example


Text Example

White with #DAD743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD743; }

 p { color: rgb(218,215,67); }

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

background-color css

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

 a { background-color: rgb(218,215,67); }

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

border-color css

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

 span { border-color: rgb(218,215,67); }

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