Html Css Color HEX #D5CF68 Goldenrod

📋 copy color: '#D5CF68'

red 213 ◦ green 207 ◦ blue 104

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

Shades of Goldenrod #D5CF68

Tints of Goldenrod #D5CF68

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.5%

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

R = 40.65%
G = 39.5%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5CF68 (or 0xD5CF68) is known color: Goldenrod. HEX triplet: D5, CF and 68. RGB value is (213,207,104). Sum of RGB (Red+Green+Blue) = 213+207+104=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF68 is #2A3097. Grayscale: #C5C5C5. Windows color (decimal): -2764952 or 6868949. OLE color: 6868949.

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

Color convert

RGB 213 207 104 -
CMYK 0 0.03 0.51 0.16
HSL 56.7º 0.56% 0.62% -
HSV(B) 56.7º 0.51% 0.84% -
XYZ 52.25 59.77 21.88 -
YUV 197.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 213 207 104 0 0.03 0.51 0.16 56.7 0.56 0.62
Hex D5 CF 68 0 3 33 10 39 38 3E
Octal 325 317 150 0 3 63 20 71 70 76
Binary 11010101 11001111 1101000 0 11 110011 10000 111001 111000 111110

Color Harmonies of #D5CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF68

Black with #D5CF68

Text Example


Text Example

White with #D5CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF68; }

 p { color: rgb(213,207,104); }

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

background-color css

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

 a { background-color: rgb(213,207,104); }

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

border-color css

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

 span { border-color: rgb(213,207,104); }

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