Html Css Color HEX #D0CD69 Goldenrod

📋 copy color: '#D0CD69'

red 208 ◦ green 205 ◦ blue 105

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

Shades of Goldenrod #D0CD69

Tints of Goldenrod #D0CD69

RGB

 RED value IS 208 (81.64% from 255) = 40.15%

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

 BLUE value IS 105 (41.41% from 255) = 20.27%

R = 40.15%
G = 39.58%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D0CD69 (or 0xD0CD69) is known color: Goldenrod. HEX triplet: D0, CD and 69. RGB value is (208,205,105). Sum of RGB (Red+Green+Blue) = 208+205+105=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD69 is #2F3296. Grayscale: #C2C2C2. Windows color (decimal): -3093143 or 6933968. OLE color: 6933968.

HSL color Cylindrical-coordinate representation of color #D0CD69: hue angle of 58.25º degrees, saturation: 0.52, 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 #D0CD69 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 205 105 -
CMYK 0 0.01 0.50 0.18
HSL 58.25º 0.52% 0.61% -
HSV(B) 58.25º 0.5% 0.82% -
XYZ 50.39 58.09 21.92 -
YUV 194.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 208 205 105 0 0.01 0.50 0.18 58.25 0.52 0.61
Hex D0 CD 69 0 1 32 12 3A 34 3D
Octal 320 315 151 0 1 62 22 72 64 75
Binary 11010000 11001101 1101001 0 1 110010 10010 111010 110100 111101

Color Harmonies of #D0CD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD69

Black with #D0CD69

Text Example


Text Example

White with #D0CD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD69; }

 p { color: rgb(208,205,105); }

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

background-color css

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

 a { background-color: rgb(208,205,105); }

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

border-color css

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

 span { border-color: rgb(208,205,105); }

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