Html Css Color HEX #CBB231 Old Gold

📋 copy color: '#CBB231'

red 203 ◦ green 178 ◦ blue 49

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

Shades of Old Gold #CBB231

Tints of Old Gold #CBB231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.4%

R = 47.21%
G = 41.4%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBB231 (or 0xCBB231) is known color: Old Gold. HEX triplet: CB, B2 and 31. RGB value is (203,178,49). Sum of RGB (Red+Green+Blue) = 203+178+49=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB231 is #344DCE. Grayscale: #ABABAB. Windows color (decimal): -3427791 or 3257035. OLE color: 3257035.

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

Color convert

RGB 203 178 49 -
CMYK 0 0.12 0.76 0.20
HSL 50.26º 0.61% 0.49% -
HSV(B) 50.26º 0.76% 0.8% -
XYZ 41.1 44.76 9.38 -
YUV 170.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 203 178 49 0 0.12 0.76 0.20 50.26 0.61 0.49
Hex CB B2 31 0 C 4C 14 32 3D 31
Octal 313 262 61 0 14 114 24 62 75 61
Binary 11001011 10110010 110001 0 1100 1001100 10100 110010 111101 110001

Color Harmonies of #CBB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB231

Black with #CBB231

Text Example


Text Example

White with #CBB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB231; }

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

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

background-color css

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

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

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

border-color css

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

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

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