Html Css Color HEX #D7CE69 Goldenrod

📋 copy color: '#D7CE69'

red 215 ◦ green 206 ◦ blue 105

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

Shades of Goldenrod #D7CE69

Tints of Goldenrod #D7CE69

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.16%

 BLUE value IS 105 (41.41% from 255) = 19.96%

R = 40.87%
G = 39.16%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7CE69 (or 0xD7CE69) is known color: Goldenrod. HEX triplet: D7, CE and 69. RGB value is (215,206,105). Sum of RGB (Red+Green+Blue) = 215+206+105=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE69 is #283196. Grayscale: #C5C5C5. Windows color (decimal): -2634135 or 6934231. OLE color: 6934231.

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

Color convert

RGB 215 206 105 -
CMYK 0 0.04 0.51 0.16
HSL 55.09º 0.58% 0.63% -
HSV(B) 55.09º 0.51% 0.84% -
XYZ 52.65 59.61 22.1 -
YUV 197.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 215 206 105 0 0.04 0.51 0.16 55.09 0.58 0.63
Hex D7 CE 69 0 4 33 10 37 3A 3F
Octal 327 316 151 0 4 63 20 67 72 77
Binary 11010111 11001110 1101001 0 100 110011 10000 110111 111010 111111

Color Harmonies of #D7CE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CE69

Black with #D7CE69

Text Example


Text Example

White with #D7CE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CE69; }

 p { color: rgb(215,206,105); }

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

background-color css

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

 a { background-color: rgb(215,206,105); }

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

border-color css

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

 span { border-color: rgb(215,206,105); }

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