Html Css Color HEX #D1CD68 Goldenrod

📋 copy color: '#D1CD68'

red 209 ◦ green 205 ◦ blue 104

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

Shades of Goldenrod #D1CD68

Tints of Goldenrod #D1CD68

RGB

 RED value IS 209 (82.03% from 255) = 40.35%

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

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

R = 40.35%
G = 39.58%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1CD68 (or 0xD1CD68) is known color: Goldenrod. HEX triplet: D1, CD and 68. RGB value is (209,205,104). Sum of RGB (Red+Green+Blue) = 209+205+104=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD68 is #2E3297. Grayscale: #C3C3C3. Windows color (decimal): -3027608 or 6868433. OLE color: 6868433.

HSL color Cylindrical-coordinate representation of color #D1CD68: hue angle of 57.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1CD68 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 104 -
CMYK 0 0.02 0.50 0.18
HSL 57.71º 0.53% 0.61% -
HSV(B) 57.71º 0.5% 0.82% -
XYZ 50.62 58.22 21.67 -
YUV 194.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 209 205 104 0 0.02 0.50 0.18 57.71 0.53 0.61
Hex D1 CD 68 0 2 32 12 3A 35 3D
Octal 321 315 150 0 2 62 22 72 65 75
Binary 11010001 11001101 1101000 0 10 110010 10010 111010 110101 111101

Color Harmonies of #D1CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD68

Black with #D1CD68

Text Example


Text Example

White with #D1CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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