Html Css Color HEX #D6CD63 Goldenrod

📋 copy color: '#D6CD63'

red 214 ◦ green 205 ◦ blue 99

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

Shades of Goldenrod #D6CD63

Tints of Goldenrod #D6CD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.11%

R = 41.31%
G = 39.58%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6CD63 (or 0xD6CD63) is known color: Goldenrod. HEX triplet: D6, CD and 63. RGB value is (214,205,99). Sum of RGB (Red+Green+Blue) = 214+205+99=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD63 is #29329C. Grayscale: #C4C4C4. Windows color (decimal): -2699933 or 6540758. OLE color: 6540758.

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

Color convert

RGB 214 205 99 -
CMYK 0 0.04 0.54 0.16
HSL 55.3º 0.58% 0.61% -
HSV(B) 55.3º 0.54% 0.84% -
XYZ 51.82 58.86 20.43 -
YUV 195.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 214 205 99 0 0.04 0.54 0.16 55.3 0.58 0.61
Hex D6 CD 63 0 4 36 10 37 3A 3D
Octal 326 315 143 0 4 66 20 67 72 75
Binary 11010110 11001101 1100011 0 100 110110 10000 110111 111010 111101

Color Harmonies of #D6CD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD63

Black with #D6CD63

Text Example


Text Example

White with #D6CD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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