Html Css Color HEX #D1CB68 Goldenrod

📋 copy color: '#D1CB68'

red 209 ◦ green 203 ◦ blue 104

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

Shades of Goldenrod #D1CB68

Tints of Goldenrod #D1CB68

RGB

 RED value IS 209 (82.03% from 255) = 40.5%

 GREEN value IS 203 (79.69% from 255) = 39.34%

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

R = 40.5%
G = 39.34%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1CB68 (or 0xD1CB68) is known color: Goldenrod. HEX triplet: D1, CB and 68. RGB value is (209,203,104). Sum of RGB (Red+Green+Blue) = 209+203+104=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB68 is #2E3497. Grayscale: #C1C1C1. Windows color (decimal): -3028120 or 6867921. OLE color: 6867921.

HSL color Cylindrical-coordinate representation of color #D1CB68: hue angle of 56.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1CB68 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 203 104 -
CMYK 0 0.03 0.50 0.18
HSL 56.57º 0.53% 0.61% -
HSV(B) 56.57º 0.5% 0.82% -
XYZ 50.15 57.27 21.51 -
YUV 193.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 209 203 104 0 0.03 0.50 0.18 56.57 0.53 0.61
Hex D1 CB 68 0 3 32 12 39 35 3D
Octal 321 313 150 0 3 62 22 71 65 75
Binary 11010001 11001011 1101000 0 11 110010 10010 111001 110101 111101

Color Harmonies of #D1CB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CB68

Black with #D1CB68

Text Example


Text Example

White with #D1CB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CB68; }

 p { color: rgb(209,203,104); }

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

background-color css

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

 a { background-color: rgb(209,203,104); }

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

border-color css

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

 span { border-color: rgb(209,203,104); }

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