Html Css Color HEX #CD810B Dark Goldenrod

📋 copy color: '#CD810B'

red 205 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #CD810B

Tints of Dark Goldenrod #CD810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

 BLUE value IS 11 (4.69% from 255) = 3.19%

R = 59.42%
G = 37.39%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD810B (or 0xCD810B) is known color: Dark Goldenrod. HEX triplet: CD, 81 and 0B. RGB value is (205,129,11). Sum of RGB (Red+Green+Blue) = 205+129+11=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD810B is #327EF4. Grayscale: #8A8A8A. Windows color (decimal): -3309301 or 754125. OLE color: 754125.

HSL color Cylindrical-coordinate representation of color #CD810B: hue angle of 36.49º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD810B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 129 11 -
CMYK 0 0.37 0.95 0.20
HSL 36.49º 0.9% 0.42% -
HSV(B) 36.49º 0.95% 0.8% -
XYZ 33.09 28.7 4.11 -
YUV 138.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 205 129 11 0 0.37 0.95 0.20 36.49 0.9 0.42
Hex CD 81 B 0 25 5F 14 24 5A 2A
Octal 315 201 13 0 45 137 24 44 132 52
Binary 11001101 10000001 1011 0 100101 1011111 10100 100100 1011010 101010

Color Harmonies of #CD810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD810B

Black with #CD810B

Text Example


Text Example

White with #CD810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD810B; }

 p { color: rgb(205,129,11); }

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

background-color css

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

 a { background-color: rgb(205,129,11); }

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

border-color css

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

 span { border-color: rgb(205,129,11); }

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