Html Css Color HEX #CBB838 Old Gold

📋 copy color: '#CBB838'

red 203 ◦ green 184 ◦ blue 56

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

Shades of Old Gold #CBB838

Tints of Old Gold #CBB838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

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

R = 45.82%
G = 41.53%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBB838 (or 0xCBB838) is known color: Old Gold. HEX triplet: CB, B8 and 38. RGB value is (203,184,56). Sum of RGB (Red+Green+Blue) = 203+184+56=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB838 is #3447C7. Grayscale: #AFAFAF. Windows color (decimal): -3426248 or 3717323. OLE color: 3717323.

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

Color convert

RGB 203 184 56 -
CMYK 0 0.09 0.72 0.20
HSL 52.24º 0.59% 0.51% -
HSV(B) 52.24º 0.72% 0.8% -
XYZ 42.48 47.26 10.62 -
YUV 175.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 203 184 56 0 0.09 0.72 0.20 52.24 0.59 0.51
Hex CB B8 38 0 9 48 14 34 3B 33
Octal 313 270 70 0 11 110 24 64 73 63
Binary 11001011 10111000 111000 0 1001 1001000 10100 110100 111011 110011

Color Harmonies of #CBB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB838

Black with #CBB838

Text Example


Text Example

White with #CBB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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