Html Css Color HEX #D6CC63 Goldenrod

📋 copy color: '#D6CC63'

red 214 ◦ green 204 ◦ blue 99

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

Shades of Goldenrod #D6CC63

Tints of Goldenrod #D6CC63

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.46%

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

R = 41.39%
G = 39.46%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6CC63 (or 0xD6CC63) is known color: Goldenrod. HEX triplet: D6, CC and 63. RGB value is (214,204,99). Sum of RGB (Red+Green+Blue) = 214+204+99=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC63 is #29339C. Grayscale: #C3C3C3. Windows color (decimal): -2700189 or 6540502. OLE color: 6540502.

HSL color Cylindrical-coordinate representation of color #D6CC63: hue angle of 54.78º 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 #D6CC63 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 99 -
CMYK 0 0.05 0.54 0.16
HSL 54.78º 0.58% 0.61% -
HSV(B) 54.78º 0.54% 0.84% -
XYZ 51.58 58.38 20.36 -
YUV 195.02 73.81 141.54 -
System Red Green Blue C M Y K H S L
Decimal 214 204 99 0 0.05 0.54 0.16 54.78 0.58 0.61
Hex D6 CC 63 0 5 36 10 37 3A 3D
Octal 326 314 143 0 5 66 20 67 72 75
Binary 11010110 11001100 1100011 0 101 110110 10000 110111 111010 111101

Color Harmonies of #D6CC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC63

Black with #D6CC63

Text Example


Text Example

White with #D6CC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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