Html Css Color HEX #D5CE67 Goldenrod

📋 copy color: '#D5CE67'

red 213 ◦ green 206 ◦ blue 103

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

Shades of Goldenrod #D5CE67

Tints of Goldenrod #D5CE67

RGB

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

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

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

R = 40.8%
G = 39.46%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5CE67 (or 0xD5CE67) is known color: Goldenrod. HEX triplet: D5, CE and 67. RGB value is (213,206,103). Sum of RGB (Red+Green+Blue) = 213+206+103=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE67 is #2A3198. Grayscale: #C4C4C4. Windows color (decimal): -2765209 or 6803157. OLE color: 6803157.

HSL color Cylindrical-coordinate representation of color #D5CE67: hue angle of 56.18º 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 #D5CE67 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 103 -
CMYK 0 0.03 0.52 0.16
HSL 56.18º 0.57% 0.62% -
HSV(B) 56.18º 0.52% 0.84% -
XYZ 51.96 59.27 21.53 -
YUV 196.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 213 206 103 0 0.03 0.52 0.16 56.18 0.57 0.62
Hex D5 CE 67 0 3 34 10 38 39 3E
Octal 325 316 147 0 3 64 20 70 71 76
Binary 11010101 11001110 1100111 0 11 110100 10000 111000 111001 111110

Color Harmonies of #D5CE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE67

Black with #D5CE67

Text Example


Text Example

White with #D5CE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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