Html Css Color HEX #CBB242 Old Gold

📋 copy color: '#CBB242'

red 203 ◦ green 178 ◦ blue 66

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

Shades of Old Gold #CBB242

Tints of Old Gold #CBB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.82%

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

R = 45.41%
G = 39.82%
B = 14.77%

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

#CBB242 (or 0xCBB242) is known color: Old Gold. HEX triplet: CB, B2 and 42. RGB value is (203,178,66). Sum of RGB (Red+Green+Blue) = 203+178+66=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB242 is #344DBD. Grayscale: #ADADAD. Windows color (decimal): -3427774 or 4371147. OLE color: 4371147.

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

Color convert

RGB 203 178 66 -
CMYK 0 0.12 0.67 0.20
HSL 49.05º 0.57% 0.53% -
HSV(B) 49.05º 0.67% 0.8% -
XYZ 41.53 44.93 11.64 -
YUV 172.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 203 178 66 0 0.12 0.67 0.20 49.05 0.57 0.53
Hex CB B2 42 0 C 43 14 31 39 35
Octal 313 262 102 0 14 103 24 61 71 65
Binary 11001011 10110010 1000010 0 1100 1000011 10100 110001 111001 110101

Color Harmonies of #CBB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB242

Black with #CBB242

Text Example


Text Example

White with #CBB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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