Html Css Color HEX #CBBA38 Old Gold

📋 copy color: '#CBBA38'

red 203 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #CBBA38

Tints of Old Gold #CBBA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

 BLUE value IS 56 (22.27% from 255) = 12.58%

R = 45.62%
G = 41.8%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBBA38 (or 0xCBBA38) is known color: Old Gold. HEX triplet: CB, BA and 38. RGB value is (203,186,56). Sum of RGB (Red+Green+Blue) = 203+186+56=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA38 is #3445C7. Grayscale: #B0B0B0. Windows color (decimal): -3425736 or 3717835. OLE color: 3717835.

HSL color Cylindrical-coordinate representation of color #CBBA38: hue angle of 53.06º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBBA38 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 186 56 -
CMYK 0 0.08 0.72 0.20
HSL 53.06º 0.59% 0.51% -
HSV(B) 53.06º 0.72% 0.8% -
XYZ 42.9 48.1 10.76 -
YUV 176.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 203 186 56 0 0.08 0.72 0.20 53.06 0.59 0.51
Hex CB BA 38 0 8 48 14 35 3B 33
Octal 313 272 70 0 10 110 24 65 73 63
Binary 11001011 10111010 111000 0 1000 1001000 10100 110101 111011 110011

Color Harmonies of #CBBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA38

Black with #CBBA38

Text Example


Text Example

White with #CBBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA38; }

 p { color: rgb(203,186,56); }

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

background-color css

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

 a { background-color: rgb(203,186,56); }

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

border-color css

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

 span { border-color: rgb(203,186,56); }

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