Html Css Color HEX #D8CF68 Goldenrod

📋 copy color: '#D8CF68'

red 216 ◦ green 207 ◦ blue 104

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

Shades of Goldenrod #D8CF68

Tints of Goldenrod #D8CF68

RGB

 RED value IS 216 (84.77% from 255) = 40.99%

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

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

R = 40.99%
G = 39.28%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8CF68 (or 0xD8CF68) is known color: Goldenrod. HEX triplet: D8, CF and 68. RGB value is (216,207,104). Sum of RGB (Red+Green+Blue) = 216+207+104=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF68 is #273097. Grayscale: #C6C6C6. Windows color (decimal): -2568344 or 6868952. OLE color: 6868952.

HSL color Cylindrical-coordinate representation of color #D8CF68: hue angle of 55.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8CF68 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 207 104 -
CMYK 0 0.04 0.52 0.15
HSL 55.18º 0.59% 0.63% -
HSV(B) 55.18º 0.52% 0.85% -
XYZ 53.13 60.22 21.92 -
YUV 197.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 216 207 104 0 0.04 0.52 0.15 55.18 0.59 0.63
Hex D8 CF 68 0 4 34 F 37 3B 3F
Octal 330 317 150 0 4 64 17 67 73 77
Binary 11011000 11001111 1101000 0 100 110100 1111 110111 111011 111111

Color Harmonies of #D8CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF68

Black with #D8CF68

Text Example


Text Example

White with #D8CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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