Html Css Color HEX #CBB440 Old Gold

📋 copy color: '#CBB440'

red 203 ◦ green 180 ◦ blue 64

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

Shades of Old Gold #CBB440

Tints of Old Gold #CBB440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 45.41%
G = 40.27%
B = 14.32%

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

#CBB440 (or 0xCBB440) is known color: Old Gold. HEX triplet: CB, B4 and 40. RGB value is (203,180,64). Sum of RGB (Red+Green+Blue) = 203+180+64=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB440 is #344BBF. Grayscale: #AEAEAE. Windows color (decimal): -3427264 or 4240587. OLE color: 4240587.

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

Color convert

RGB 203 180 64 -
CMYK 0 0.11 0.68 0.20
HSL 50.07º 0.57% 0.52% -
HSV(B) 50.07º 0.68% 0.8% -
XYZ 41.88 45.71 11.47 -
YUV 173.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 203 180 64 0 0.11 0.68 0.20 50.07 0.57 0.52
Hex CB B4 40 0 B 44 14 32 39 34
Octal 313 264 100 0 13 104 24 62 71 64
Binary 11001011 10110100 1000000 0 1011 1000100 10100 110010 111001 110100

Color Harmonies of #CBB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB440

Black with #CBB440

Text Example


Text Example

White with #CBB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB440; }

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

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

background-color css

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

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

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

border-color css

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

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

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