Html Css Color HEX #CBB142 Old Gold

📋 copy color: '#CBB142'

red 203 ◦ green 177 ◦ blue 66

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

Shades of Old Gold #CBB142

Tints of Old Gold #CBB142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.69%

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

R = 45.52%
G = 39.69%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB142 (or 0xCBB142) is known color: Old Gold. HEX triplet: CB, B1 and 42. RGB value is (203,177,66). Sum of RGB (Red+Green+Blue) = 203+177+66=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB142 is #344EBD. Grayscale: #ACACAC. Windows color (decimal): -3428030 or 4370891. OLE color: 4370891.

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

Color convert

RGB 203 177 66 -
CMYK 0 0.13 0.67 0.20
HSL 48.61º 0.57% 0.53% -
HSV(B) 48.61º 0.67% 0.8% -
XYZ 41.33 44.53 11.57 -
YUV 172.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 203 177 66 0 0.13 0.67 0.20 48.61 0.57 0.53
Hex CB B1 42 0 D 43 14 31 39 35
Octal 313 261 102 0 15 103 24 61 71 65
Binary 11001011 10110001 1000010 0 1101 1000011 10100 110001 111001 110101

Color Harmonies of #CBB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB142

Black with #CBB142

Text Example


Text Example

White with #CBB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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