Html Css Color HEX #CBB233 Old Gold

📋 copy color: '#CBB233'

red 203 ◦ green 178 ◦ blue 51

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

Shades of Old Gold #CBB233

Tints of Old Gold #CBB233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.81%

R = 46.99%
G = 41.2%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBB233 (or 0xCBB233) is known color: Old Gold. HEX triplet: CB, B2 and 33. RGB value is (203,178,51). Sum of RGB (Red+Green+Blue) = 203+178+51=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB233 is #344DCC. Grayscale: #ABABAB. Windows color (decimal): -3427789 or 3388107. OLE color: 3388107.

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

Color convert

RGB 203 178 51 -
CMYK 0 0.12 0.75 0.20
HSL 50.13º 0.6% 0.5% -
HSV(B) 50.13º 0.75% 0.8% -
XYZ 41.15 44.78 9.61 -
YUV 171 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 203 178 51 0 0.12 0.75 0.20 50.13 0.6 0.5
Hex CB B2 33 0 C 4B 14 32 3C 32
Octal 313 262 63 0 14 113 24 62 74 62
Binary 11001011 10110010 110011 0 1100 1001011 10100 110010 111100 110010

Color Harmonies of #CBB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB233

Black with #CBB233

Text Example


Text Example

White with #CBB233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB233; }

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

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

background-color css

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

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

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

border-color css

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

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

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