Html Css Color HEX #CD8C0B Dark Goldenrod

📋 copy color: '#CD8C0B'

red 205 ◦ green 140 ◦ blue 11

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

Shades of Dark Goldenrod #CD8C0B

Tints of Dark Goldenrod #CD8C0B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.33%

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

R = 57.58%
G = 39.33%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD8C0B (or 0xCD8C0B) is known color: Dark Goldenrod. HEX triplet: CD, 8C and 0B. RGB value is (205,140,11). Sum of RGB (Red+Green+Blue) = 205+140+11=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8C0B is #3273F4. Grayscale: #919191. Windows color (decimal): -3306485 or 756941. OLE color: 756941.

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

Color convert

RGB 205 140 11 -
CMYK 0 0.32 0.95 0.20
HSL 39.9º 0.9% 0.42% -
HSV(B) 39.9º 0.95% 0.8% -
XYZ 34.62 31.76 4.62 -
YUV 144.73 52.53 170.99 -
System Red Green Blue C M Y K H S L
Decimal 205 140 11 0 0.32 0.95 0.20 39.9 0.9 0.42
Hex CD 8C B 0 20 5F 14 28 5A 2A
Octal 315 214 13 0 40 137 24 50 132 52
Binary 11001101 10001100 1011 0 100000 1011111 10100 101000 1011010 101010

Color Harmonies of #CD8C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C0B

Black with #CD8C0B

Text Example


Text Example

White with #CD8C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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