Html Css Color HEX #CBB43E Old Gold

📋 copy color: '#CBB43E'

red 203 ◦ green 180 ◦ blue 62

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

Shades of Old Gold #CBB43E

Tints of Old Gold #CBB43E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 62 (24.61% from 255) = 13.93%

R = 45.62%
G = 40.45%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBB43E (or 0xCBB43E) is known color: Old Gold. HEX triplet: CB, B4 and 3E. RGB value is (203,180,62). Sum of RGB (Red+Green+Blue) = 203+180+62=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB43E is #344BC1. Grayscale: #ADADAD. Windows color (decimal): -3427266 or 4109515. OLE color: 4109515.

HSL color Cylindrical-coordinate representation of color #CBB43E: hue angle of 50.21º degrees, saturation: 0.58, 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 #CBB43E is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 180 62 -
CMYK 0 0.11 0.69 0.20
HSL 50.21º 0.58% 0.52% -
HSV(B) 50.21º 0.69% 0.8% -
XYZ 41.82 45.69 11.17 -
YUV 173.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 203 180 62 0 0.11 0.69 0.20 50.21 0.58 0.52
Hex CB B4 3E 0 B 45 14 32 3A 34
Octal 313 264 76 0 13 105 24 62 72 64
Binary 11001011 10110100 111110 0 1011 1000101 10100 110010 111010 110100

Color Harmonies of #CBB43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB43E

Black with #CBB43E

Text Example


Text Example

White with #CBB43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB43E; }

 p { color: rgb(203,180,62); }

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

background-color css

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

 a { background-color: rgb(203,180,62); }

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

border-color css

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

 span { border-color: rgb(203,180,62); }

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