Html Css Color HEX #CBB236 Old Gold

📋 copy color: '#CBB236'

red 203 ◦ green 178 ◦ blue 54

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

Shades of Old Gold #CBB236

Tints of Old Gold #CBB236

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

 BLUE value IS 54 (21.48% from 255) = 12.41%

R = 46.67%
G = 40.92%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBB236 (or 0xCBB236) is known color: Old Gold. HEX triplet: CB, B2 and 36. RGB value is (203,178,54). Sum of RGB (Red+Green+Blue) = 203+178+54=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB236 is #344DC9. Grayscale: #ABABAB. Windows color (decimal): -3427786 or 3584715. OLE color: 3584715.

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

Color convert

RGB 203 178 54 -
CMYK 0 0.12 0.73 0.20
HSL 49.93º 0.59% 0.5% -
HSV(B) 49.93º 0.73% 0.8% -
XYZ 41.21 44.8 9.97 -
YUV 171.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 203 178 54 0 0.12 0.73 0.20 49.93 0.59 0.5
Hex CB B2 36 0 C 49 14 32 3B 32
Octal 313 262 66 0 14 111 24 62 73 62
Binary 11001011 10110010 110110 0 1100 1001001 10100 110010 111011 110010

Color Harmonies of #CBB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB236

Black with #CBB236

Text Example


Text Example

White with #CBB236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB236; }

 p { color: rgb(203,178,54); }

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

background-color css

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

 a { background-color: rgb(203,178,54); }

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

border-color css

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

 span { border-color: rgb(203,178,54); }

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