Html Css Color HEX #D5CD70 Goldenrod

📋 copy color: '#D5CD70'

red 213 ◦ green 205 ◦ blue 112

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

Shades of Goldenrod #D5CD70

Tints of Goldenrod #D5CD70

RGB

 RED value IS 213 (83.59% from 255) = 40.19%

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

 BLUE value IS 112 (44.14% from 255) = 21.13%

R = 40.19%
G = 38.68%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5CD70 (or 0xD5CD70) is known color: Goldenrod. HEX triplet: D5, CD and 70. RGB value is (213,205,112). Sum of RGB (Red+Green+Blue) = 213+205+112=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD70 is #2A328F. Grayscale: #C5C5C5. Windows color (decimal): -2765456 or 7392725. OLE color: 7392725.

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

Color convert

RGB 213 205 112 -
CMYK 0 0.04 0.47 0.16
HSL 55.25º 0.55% 0.64% -
HSV(B) 55.25º 0.47% 0.84% -
XYZ 52.2 58.98 23.96 -
YUV 196.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 213 205 112 0 0.04 0.47 0.16 55.25 0.55 0.64
Hex D5 CD 70 0 4 2F 10 37 37 40
Octal 325 315 160 0 4 57 20 67 67 100
Binary 11010101 11001101 1110000 0 100 101111 10000 110111 110111 1000000

Color Harmonies of #D5CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD70

Black with #D5CD70

Text Example


Text Example

White with #D5CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD70; }

 p { color: rgb(213,205,112); }

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

background-color css

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

 a { background-color: rgb(213,205,112); }

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

border-color css

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

 span { border-color: rgb(213,205,112); }

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