Html Css Color HEX #D3CD69 Goldenrod

📋 copy color: '#D3CD69'

red 211 ◦ green 205 ◦ blue 105

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

Shades of Goldenrod #D3CD69

Tints of Goldenrod #D3CD69

RGB

 RED value IS 211 (82.81% from 255) = 40.5%

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

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

R = 40.5%
G = 39.35%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3CD69 (or 0xD3CD69) is known color: Goldenrod. HEX triplet: D3, CD and 69. RGB value is (211,205,105). Sum of RGB (Red+Green+Blue) = 211+205+105=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD69 is #2C3296. Grayscale: #C3C3C3. Windows color (decimal): -2896535 or 6933971. OLE color: 6933971.

HSL color Cylindrical-coordinate representation of color #D3CD69: hue angle of 56.6º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3CD69 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 205 105 -
CMYK 0 0.03 0.50 0.17
HSL 56.6º 0.55% 0.62% -
HSV(B) 56.6º 0.5% 0.83% -
XYZ 51.25 58.53 21.96 -
YUV 195.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 211 205 105 0 0.03 0.50 0.17 56.6 0.55 0.62
Hex D3 CD 69 0 3 32 11 39 37 3E
Octal 323 315 151 0 3 62 21 71 67 76
Binary 11010011 11001101 1101001 0 11 110010 10001 111001 110111 111110

Color Harmonies of #D3CD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CD69

Black with #D3CD69

Text Example


Text Example

White with #D3CD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CD69; }

 p { color: rgb(211,205,105); }

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

background-color css

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

 a { background-color: rgb(211,205,105); }

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

border-color css

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

 span { border-color: rgb(211,205,105); }

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