Html Css Color HEX #DADA69 Goldenrod

📋 copy color: '#DADA69'

red 218 ◦ green 218 ◦ blue 105

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

Shades of Goldenrod #DADA69

Tints of Goldenrod #DADA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.41%

R = 40.3%
G = 40.3%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DADA69 (or 0xDADA69) is known color: Goldenrod. HEX triplet: DA, DA and 69. RGB value is (218,218,105). Sum of RGB (Red+Green+Blue) = 218+218+105=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA69 is #252596. Grayscale: #CDCDCD. Windows color (decimal): -2434455 or 6937306. OLE color: 6937306.

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

Color convert

RGB 218 218 105 -
CMYK 0 0 0.52 0.15
HSL 60º 0.6% 0.63% -
HSV(B) 60º 0.52% 0.85% -
XYZ 56.53 66.07 23.14 -
YUV 205.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 218 218 105 0 0 0.52 0.15 60 0.6 0.63
Hex DA DA 69 0 0 34 F 3C 3C 3F
Octal 332 332 151 0 0 64 17 74 74 77
Binary 11011010 11011010 1101001 0 0 110100 1111 111100 111100 111111

Color Harmonies of #DADA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA69

Black with #DADA69

Text Example


Text Example

White with #DADA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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