Html Css Color HEX #D6CC62 Goldenrod

📋 copy color: '#D6CC62'

red 214 ◦ green 204 ◦ blue 98

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

Shades of Goldenrod #D6CC62

Tints of Goldenrod #D6CC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.99%

R = 41.47%
G = 39.53%
B = 18.99%

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

#D6CC62 (or 0xD6CC62) is known color: Goldenrod. HEX triplet: D6, CC and 62. RGB value is (214,204,98). Sum of RGB (Red+Green+Blue) = 214+204+98=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC62 is #29339D. Grayscale: #C3C3C3. Windows color (decimal): -2700190 or 6474966. OLE color: 6474966.

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

Color convert

RGB 214 204 98 -
CMYK 0 0.05 0.54 0.16
HSL 54.83º 0.59% 0.61% -
HSV(B) 54.83º 0.54% 0.84% -
XYZ 51.53 58.36 20.1 -
YUV 194.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 214 204 98 0 0.05 0.54 0.16 54.83 0.59 0.61
Hex D6 CC 62 0 5 36 10 37 3B 3D
Octal 326 314 142 0 5 66 20 67 73 75
Binary 11010110 11001100 1100010 0 101 110110 10000 110111 111011 111101

Color Harmonies of #D6CC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC62

Black with #D6CC62

Text Example


Text Example

White with #D6CC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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