Html Css Color HEX #D7CD68 Goldenrod

📋 copy color: '#D7CD68'

red 215 ◦ green 205 ◦ blue 104

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

Shades of Goldenrod #D7CD68

Tints of Goldenrod #D7CD68

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

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

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

R = 41.03%
G = 39.12%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D7CD68 (or 0xD7CD68) is known color: Goldenrod. HEX triplet: D7, CD and 68. RGB value is (215,205,104). Sum of RGB (Red+Green+Blue) = 215+205+104=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CD68 is #283297. Grayscale: #C4C4C4. Windows color (decimal): -2634392 or 6868439. OLE color: 6868439.

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

Color convert

RGB 215 205 104 -
CMYK 0 0.05 0.52 0.16
HSL 54.59º 0.58% 0.63% -
HSV(B) 54.59º 0.52% 0.84% -
XYZ 52.35 59.11 21.75 -
YUV 196.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 215 205 104 0 0.05 0.52 0.16 54.59 0.58 0.63
Hex D7 CD 68 0 5 34 10 37 3A 3F
Octal 327 315 150 0 5 64 20 67 72 77
Binary 11010111 11001101 1101000 0 101 110100 10000 110111 111010 111111

Color Harmonies of #D7CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CD68

Black with #D7CD68

Text Example


Text Example

White with #D7CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CD68; }

 p { color: rgb(215,205,104); }

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

background-color css

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

 a { background-color: rgb(215,205,104); }

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

border-color css

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

 span { border-color: rgb(215,205,104); }

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