Html Css Color HEX #CD830B Dark Goldenrod

📋 copy color: '#CD830B'

red 205 ◦ green 131 ◦ blue 11

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

Shades of Dark Goldenrod #CD830B

Tints of Dark Goldenrod #CD830B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

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

R = 59.08%
G = 37.75%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD830B (or 0xCD830B) is known color: Dark Goldenrod. HEX triplet: CD, 83 and 0B. RGB value is (205,131,11). Sum of RGB (Red+Green+Blue) = 205+131+11=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD830B is #327CF4. Grayscale: #8C8C8C. Windows color (decimal): -3308789 or 754637. OLE color: 754637.

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

Color convert

RGB 205 131 11 -
CMYK 0 0.36 0.95 0.20
HSL 37.11º 0.9% 0.42% -
HSV(B) 37.11º 0.95% 0.8% -
XYZ 33.35 29.24 4.2 -
YUV 139.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 205 131 11 0 0.36 0.95 0.20 37.11 0.9 0.42
Hex CD 83 B 0 24 5F 14 25 5A 2A
Octal 315 203 13 0 44 137 24 45 132 52
Binary 11001101 10000011 1011 0 100100 1011111 10100 100101 1011010 101010

Color Harmonies of #CD830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD830B

Black with #CD830B

Text Example


Text Example

White with #CD830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD830B; }

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

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

background-color css

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

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

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

border-color css

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

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

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