Html Css Color HEX #CBB33F Old Gold

📋 copy color: '#CBB33F'

red 203 ◦ green 179 ◦ blue 63

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

Shades of Old Gold #CBB33F

Tints of Old Gold #CBB33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.22%

 BLUE value IS 63 (25% from 255) = 14.16%

R = 45.62%
G = 40.22%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBB33F (or 0xCBB33F) is known color: Old Gold. HEX triplet: CB, B3 and 3F. RGB value is (203,179,63). Sum of RGB (Red+Green+Blue) = 203+179+63=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB33F is #344CC0. Grayscale: #ADADAD. Windows color (decimal): -3427521 or 4174795. OLE color: 4174795.

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

Color convert

RGB 203 179 63 -
CMYK 0 0.12 0.69 0.20
HSL 49.71º 0.57% 0.52% -
HSV(B) 49.71º 0.69% 0.8% -
XYZ 41.65 45.3 11.25 -
YUV 172.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 203 179 63 0 0.12 0.69 0.20 49.71 0.57 0.52
Hex CB B3 3F 0 C 45 14 32 39 34
Octal 313 263 77 0 14 105 24 62 71 64
Binary 11001011 10110011 111111 0 1100 1000101 10100 110010 111001 110100

Color Harmonies of #CBB33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB33F

Black with #CBB33F

Text Example


Text Example

White with #CBB33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB33F; }

 p { color: rgb(203,179,63); }

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

background-color css

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

 a { background-color: rgb(203,179,63); }

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

border-color css

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

 span { border-color: rgb(203,179,63); }

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