Html Css Color HEX #CBB342 Old Gold

📋 copy color: '#CBB342'

red 203 ◦ green 179 ◦ blue 66

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

Shades of Old Gold #CBB342

Tints of Old Gold #CBB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

 BLUE value IS 66 (26.17% from 255) = 14.73%

R = 45.31%
G = 39.96%
B = 14.73%

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

#CBB342 (or 0xCBB342) is known color: Old Gold. HEX triplet: CB, B3 and 42. RGB value is (203,179,66). Sum of RGB (Red+Green+Blue) = 203+179+66=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB342 is #344CBD. Grayscale: #ADADAD. Windows color (decimal): -3427518 or 4371403. OLE color: 4371403.

HSL color Cylindrical-coordinate representation of color #CBB342: hue angle of 49.49º 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 #CBB342 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 66 -
CMYK 0 0.12 0.67 0.20
HSL 49.49º 0.57% 0.53% -
HSV(B) 49.49º 0.67% 0.8% -
XYZ 41.73 45.33 11.7 -
YUV 173.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 203 179 66 0 0.12 0.67 0.20 49.49 0.57 0.53
Hex CB B3 42 0 C 43 14 31 39 35
Octal 313 263 102 0 14 103 24 61 71 65
Binary 11001011 10110011 1000010 0 1100 1000011 10100 110001 111001 110101

Color Harmonies of #CBB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB342

Black with #CBB342

Text Example


Text Example

White with #CBB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB342; }

 p { color: rgb(203,179,66); }

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

background-color css

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

 a { background-color: rgb(203,179,66); }

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

border-color css

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

 span { border-color: rgb(203,179,66); }

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