Html Css Color HEX #CD8B01 Dark Goldenrod

📋 copy color: '#CD8B01'

red 205 ◦ green 139 ◦ blue 1

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

Shades of Dark Goldenrod #CD8B01

Tints of Dark Goldenrod #CD8B01

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.29%

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

R = 59.42%
G = 40.29%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CD8B01 (or 0xCD8B01) is known color: Dark Goldenrod. HEX triplet: CD, 8B and 01. RGB value is (205,139,1). Sum of RGB (Red+Green+Blue) = 205+139+1=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8B01 is #3274FE. Grayscale: #8F8F8F. Windows color (decimal): -3306751 or 101325. OLE color: 101325.

HSL color Cylindrical-coordinate representation of color #CD8B01: hue angle of 40.59º 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 #CD8B01 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 139 1 -
CMYK 0 0.32 1.00 0.20
HSL 40.59º 0.99% 0.4% -
HSV(B) 40.59º 1% 0.8% -
XYZ 34.41 31.45 4.28 -
YUV 143 47.87 172.22 -
System Red Green Blue C M Y K H S L
Decimal 205 139 1 0 0.32 1.00 0.20 40.59 0.99 0.4
Hex CD 8B 1 0 20 64 14 29 63 28
Octal 315 213 1 0 40 144 24 51 143 50
Binary 11001101 10001011 1 0 100000 1100100 10100 101001 1100011 101000

Color Harmonies of #CD8B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B01

Black with #CD8B01

Text Example


Text Example

White with #CD8B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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