Html Css Color HEX #D5CD67 Goldenrod

📋 copy color: '#D5CD67'

red 213 ◦ green 205 ◦ blue 103

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

Shades of Goldenrod #D5CD67

Tints of Goldenrod #D5CD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.77%

R = 40.88%
G = 39.35%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5CD67 (or 0xD5CD67) is known color: Goldenrod. HEX triplet: D5, CD and 67. RGB value is (213,205,103). Sum of RGB (Red+Green+Blue) = 213+205+103=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD67 is #2A3298. Grayscale: #C4C4C4. Windows color (decimal): -2765465 or 6802901. OLE color: 6802901.

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

Color convert

RGB 213 205 103 -
CMYK 0 0.04 0.52 0.16
HSL 55.64º 0.57% 0.62% -
HSV(B) 55.64º 0.52% 0.84% -
XYZ 51.72 58.79 21.45 -
YUV 195.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 213 205 103 0 0.04 0.52 0.16 55.64 0.57 0.62
Hex D5 CD 67 0 4 34 10 38 39 3E
Octal 325 315 147 0 4 64 20 70 71 76
Binary 11010101 11001101 1100111 0 100 110100 10000 111000 111001 111110

Color Harmonies of #D5CD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD67

Black with #D5CD67

Text Example


Text Example

White with #D5CD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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