Html Css Color HEX #DADA7F Goldenrod

📋 copy color: '#DADA7F'

red 218 ◦ green 218 ◦ blue 127

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

Shades of Goldenrod #DADA7F

Tints of Goldenrod #DADA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.72%

 BLUE value IS 127 (50% from 255) = 22.56%

R = 38.72%
G = 38.72%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DADA7F (or 0xDADA7F) is known color: Goldenrod. HEX triplet: DA, DA and 7F. RGB value is (218,218,127). Sum of RGB (Red+Green+Blue) = 218+218+127=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA7F is #252580. Grayscale: #CFCFCF. Windows color (decimal): -2434433 or 8379098. OLE color: 8379098.

HSL color Cylindrical-coordinate representation of color #DADA7F: hue angle of 60º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DADA7F is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 127 -
CMYK 0 0 0.42 0.15
HSL 60º 0.55% 0.68% -
HSV(B) 60º 0.42% 0.85% -
XYZ 57.82 66.58 29.88 -
YUV 207.63 82.5 135.4 -
System Red Green Blue C M Y K H S L
Decimal 218 218 127 0 0 0.42 0.15 60 0.55 0.68
Hex DA DA 7F 0 0 2A F 3C 37 44
Octal 332 332 177 0 0 52 17 74 67 104
Binary 11011010 11011010 1111111 0 0 101010 1111 111100 110111 1000100

Color Harmonies of #DADA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA7F

Black with #DADA7F

Text Example


Text Example

White with #DADA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA7F; }

 p { color: rgb(218,218,127); }

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

background-color css

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

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

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

border-color css

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

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

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