Html Css Color HEX #CB890A Dark Goldenrod

📋 copy color: '#CB890A'

red 203 ◦ green 137 ◦ blue 10

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

Shades of Dark Goldenrod #CB890A

Tints of Dark Goldenrod #CB890A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

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

R = 58%
G = 39.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB890A (or 0xCB890A) is known color: Dark Goldenrod. HEX triplet: CB, 89 and 0A. RGB value is (203,137,10). Sum of RGB (Red+Green+Blue) = 203+137+10=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB890A is #3476F5. Grayscale: #8E8E8E. Windows color (decimal): -3438326 or 690635. OLE color: 690635.

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

Color convert

RGB 203 137 10 -
CMYK 0 0.33 0.95 0.20
HSL 39.48º 0.91% 0.42% -
HSV(B) 39.48º 0.95% 0.8% -
XYZ 33.63 30.61 4.42 -
YUV 142.26 53.37 171.33 -
System Red Green Blue C M Y K H S L
Decimal 203 137 10 0 0.33 0.95 0.20 39.48 0.91 0.42
Hex CB 89 A 0 21 5F 14 27 5B 2A
Octal 313 211 12 0 41 137 24 47 133 52
Binary 11001011 10001001 1010 0 100001 1011111 10100 100111 1011011 101010

Color Harmonies of #CB890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB890A

Black with #CB890A

Text Example


Text Example

White with #CB890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB890A; }

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

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

background-color css

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

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

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

border-color css

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

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

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