Html Css Color HEX #CB820A Dark Goldenrod

📋 copy color: '#CB820A'

red 203 ◦ green 130 ◦ blue 10

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

Shades of Dark Goldenrod #CB820A

Tints of Dark Goldenrod #CB820A

RGB

 RED value IS 203 (79.69% from 255) = 59.18%

 GREEN value IS 130 (51.17% from 255) = 37.9%

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 59.18%
G = 37.9%
B = 2.92%

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

#CB820A (or 0xCB820A) is known color: Dark Goldenrod. HEX triplet: CB, 82 and 0A. RGB value is (203,130,10). Sum of RGB (Red+Green+Blue) = 203+130+10=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB820A is #347DF5. Grayscale: #8A8A8A. Windows color (decimal): -3440118 or 688843. OLE color: 688843.

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

Color convert

RGB 203 130 10 -
CMYK 0 0.36 0.95 0.20
HSL 37.31º 0.91% 0.42% -
HSV(B) 37.31º 0.95% 0.8% -
XYZ 32.67 28.68 4.1 -
YUV 138.15 55.68 174.26 -
System Red Green Blue C M Y K H S L
Decimal 203 130 10 0 0.36 0.95 0.20 37.31 0.91 0.42
Hex CB 82 A 0 24 5F 14 25 5B 2A
Octal 313 202 12 0 44 137 24 45 133 52
Binary 11001011 10000010 1010 0 100100 1011111 10100 100101 1011011 101010

Color Harmonies of #CB820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB820A

Black with #CB820A

Text Example


Text Example

White with #CB820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB820A; }

 p { color: rgb(203,130,10); }

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

background-color css

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

 a { background-color: rgb(203,130,10); }

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

border-color css

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

 span { border-color: rgb(203,130,10); }

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