Html Css Color HEX #CD9101 Dark Goldenrod

📋 copy color: '#CD9101'

red 205 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #CD9101

Tints of Dark Goldenrod #CD9101

RGB

 RED value IS 205 (80.47% from 255) = 58.4%

 GREEN value IS 145 (57.03% from 255) = 41.31%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 58.4%
G = 41.31%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CD9101 (or 0xCD9101) is known color: Dark Goldenrod. HEX triplet: CD, 91 and 01. RGB value is (205,145,1). Sum of RGB (Red+Green+Blue) = 205+145+1=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9101 is #326EFE. Grayscale: #939393. Windows color (decimal): -3305215 or 102861. OLE color: 102861.

HSL color Cylindrical-coordinate representation of color #CD9101: hue angle of 42.35º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD9101 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 145 1 -
CMYK 0 0.29 1.00 0.20
HSL 42.35º 0.99% 0.4% -
HSV(B) 42.35º 1% 0.8% -
XYZ 35.31 33.23 4.58 -
YUV 146.52 45.88 169.71 -
System Red Green Blue C M Y K H S L
Decimal 205 145 1 0 0.29 1.00 0.20 42.35 0.99 0.4
Hex CD 91 1 0 1D 64 14 2A 63 28
Octal 315 221 1 0 35 144 24 52 143 50
Binary 11001101 10010001 1 0 11101 1100100 10100 101010 1100011 101000

Color Harmonies of #CD9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9101

Black with #CD9101

Text Example


Text Example

White with #CD9101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9101; }

 p { color: rgb(205,145,1); }

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

background-color css

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

 a { background-color: rgb(205,145,1); }

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

border-color css

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

 span { border-color: rgb(205,145,1); }

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