Html Css Color HEX #CBB441 Old Gold

📋 copy color: '#CBB441'

red 203 ◦ green 180 ◦ blue 65

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

Shades of Old Gold #CBB441

Tints of Old Gold #CBB441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 45.31%
G = 40.18%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBB441 (or 0xCBB441) is known color: Old Gold. HEX triplet: CB, B4 and 41. RGB value is (203,180,65). Sum of RGB (Red+Green+Blue) = 203+180+65=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB441 is #344BBE. Grayscale: #AEAEAE. Windows color (decimal): -3427263 or 4306123. OLE color: 4306123.

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

Color convert

RGB 203 180 65 -
CMYK 0 0.11 0.68 0.20
HSL 50º 0.57% 0.53% -
HSV(B) 50º 0.68% 0.8% -
XYZ 41.9 45.72 11.62 -
YUV 173.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 203 180 65 0 0.11 0.68 0.20 50 0.57 0.53
Hex CB B4 41 0 B 44 14 32 39 35
Octal 313 264 101 0 13 104 24 62 71 65
Binary 11001011 10110100 1000001 0 1011 1000100 10100 110010 111001 110101

Color Harmonies of #CBB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB441

Black with #CBB441

Text Example


Text Example

White with #CBB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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