Html Css Color HEX #D6CD65 Goldenrod

📋 copy color: '#D6CD65'

red 214 ◦ green 205 ◦ blue 101

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

Shades of Goldenrod #D6CD65

Tints of Goldenrod #D6CD65

RGB

 RED value IS 214 (83.98% from 255) = 41.15%

 GREEN value IS 205 (80.47% from 255) = 39.42%

 BLUE value IS 101 (39.84% from 255) = 19.42%

R = 41.15%
G = 39.42%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6CD65 (or 0xD6CD65) is known color: Goldenrod. HEX triplet: D6, CD and 65. RGB value is (214,205,101). Sum of RGB (Red+Green+Blue) = 214+205+101=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD65 is #29329A. Grayscale: #C4C4C4. Windows color (decimal): -2699931 or 6671830. OLE color: 6671830.

HSL color Cylindrical-coordinate representation of color #D6CD65: hue angle of 55.22º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6CD65 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 101 -
CMYK 0 0.04 0.53 0.16
HSL 55.22º 0.58% 0.62% -
HSV(B) 55.22º 0.53% 0.84% -
XYZ 51.91 58.9 20.94 -
YUV 195.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 214 205 101 0 0.04 0.53 0.16 55.22 0.58 0.62
Hex D6 CD 65 0 4 35 10 37 3A 3E
Octal 326 315 145 0 4 65 20 67 72 76
Binary 11010110 11001101 1100101 0 100 110101 10000 110111 111010 111110

Color Harmonies of #D6CD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD65

Black with #D6CD65

Text Example


Text Example

White with #D6CD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD65; }

 p { color: rgb(214,205,101); }

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

background-color css

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

 a { background-color: rgb(214,205,101); }

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

border-color css

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

 span { border-color: rgb(214,205,101); }

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