Html Css Color HEX #DAD268 Goldenrod

📋 copy color: '#DAD268'

red 218 ◦ green 210 ◦ blue 104

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

Shades of Goldenrod #DAD268

Tints of Goldenrod #DAD268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.55%

R = 40.98%
G = 39.47%
B = 19.55%

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

#DAD268 (or 0xDAD268) is known color: Goldenrod. HEX triplet: DA, D2 and 68. RGB value is (218,210,104). Sum of RGB (Red+Green+Blue) = 218+210+104=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD268 is #252D97. Grayscale: #C8C8C8. Windows color (decimal): -2436504 or 6869722. OLE color: 6869722.

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

Color convert

RGB 218 210 104 -
CMYK 0 0.04 0.52 0.15
HSL 55.79º 0.61% 0.63% -
HSV(B) 55.79º 0.52% 0.85% -
XYZ 54.46 62 22.19 -
YUV 200.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 218 210 104 0 0.04 0.52 0.15 55.79 0.61 0.63
Hex DA D2 68 0 4 34 F 38 3D 3F
Octal 332 322 150 0 4 64 17 70 75 77
Binary 11011010 11010010 1101000 0 100 110100 1111 111000 111101 111111

Color Harmonies of #DAD268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD268

Black with #DAD268

Text Example


Text Example

White with #DAD268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD268; }

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

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

background-color css

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

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

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

border-color css

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

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

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