Html Css Color HEX #CBB243 Old Gold

📋 copy color: '#CBB243'

red 203 ◦ green 178 ◦ blue 67

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

Shades of Old Gold #CBB243

Tints of Old Gold #CBB243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.96%

R = 45.31%
G = 39.73%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB243 (or 0xCBB243) is known color: Old Gold. HEX triplet: CB, B2 and 43. RGB value is (203,178,67). Sum of RGB (Red+Green+Blue) = 203+178+67=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB243 is #344DBC. Grayscale: #ADADAD. Windows color (decimal): -3427773 or 4436683. OLE color: 4436683.

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

Color convert

RGB 203 178 67 -
CMYK 0 0.12 0.67 0.20
HSL 48.97º 0.57% 0.53% -
HSV(B) 48.97º 0.67% 0.8% -
XYZ 41.56 44.94 11.79 -
YUV 172.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 203 178 67 0 0.12 0.67 0.20 48.97 0.57 0.53
Hex CB B2 43 0 C 43 14 31 39 35
Octal 313 262 103 0 14 103 24 61 71 65
Binary 11001011 10110010 1000011 0 1100 1000011 10100 110001 111001 110101

Color Harmonies of #CBB243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB243

Black with #CBB243

Text Example


Text Example

White with #CBB243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB243; }

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

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

background-color css

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

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

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

border-color css

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

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

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