Html Css Color HEX #DAD269 Goldenrod

📋 copy color: '#DAD269'

red 218 ◦ green 210 ◦ blue 105

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

Shades of Goldenrod #DAD269

Tints of Goldenrod #DAD269

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.4%

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

R = 40.9%
G = 39.4%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAD269 (or 0xDAD269) is known color: Goldenrod. HEX triplet: DA, D2 and 69. RGB value is (218,210,105). Sum of RGB (Red+Green+Blue) = 218+210+105=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD269 is #252D96. Grayscale: #C8C8C8. Windows color (decimal): -2436503 or 6935258. OLE color: 6935258.

HSL color Cylindrical-coordinate representation of color #DAD269: hue angle of 55.75º 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 #DAD269 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 105 -
CMYK 0 0.04 0.52 0.15
HSL 55.75º 0.6% 0.63% -
HSV(B) 55.75º 0.52% 0.85% -
XYZ 54.51 62.02 22.46 -
YUV 200.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 218 210 105 0 0.04 0.52 0.15 55.75 0.6 0.63
Hex DA D2 69 0 4 34 F 38 3C 3F
Octal 332 322 151 0 4 64 17 70 74 77
Binary 11011010 11010010 1101001 0 100 110100 1111 111000 111100 111111

Color Harmonies of #DAD269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD269

Black with #DAD269

Text Example


Text Example

White with #DAD269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD269; }

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

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

background-color css

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

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

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

border-color css

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

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

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