Html Css Color HEX #CCBE49 Old Gold

📋 copy color: '#CCBE49'

red 204 ◦ green 190 ◦ blue 73

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

Shades of Old Gold #CCBE49

Tints of Old Gold #CCBE49

RGB

 RED value IS 204 (80.08% from 255) = 43.68%

 GREEN value IS 190 (74.61% from 255) = 40.69%

 BLUE value IS 73 (28.91% from 255) = 15.63%

R = 43.68%
G = 40.69%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCBE49 (or 0xCCBE49) is known color: Old Gold. HEX triplet: CC, BE and 49. RGB value is (204,190,73). Sum of RGB (Red+Green+Blue) = 204+190+73=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE49 is #3341B6. Grayscale: #B5B5B5. Windows color (decimal): -3359159 or 4832972. OLE color: 4832972.

HSL color Cylindrical-coordinate representation of color #CCBE49: hue angle of 53.59º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCBE49 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 73 -
CMYK 0 0.07 0.64 0.2
HSL 53.59º 0.56% 0.54% -
HSV(B) 53.59º 0.64% 0.8% -
XYZ 44.52 50.15 13.64 -
YUV 180.85 67.14 144.51 -
System Red Green Blue C M Y K H S L
Decimal 204 190 73 0 0.07 0.64 0.2 53.59 0.56 0.54
Hex CC BE 49 0 7 40 14 36 38 36
Octal 314 276 111 0 7 100 24 66 70 66
Binary 11001100 10111110 1001001 0 111 1000000 10100 110110 111000 110110

Color Harmonies of #CCBE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE49

Black with #CCBE49

Text Example


Text Example

White with #CCBE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE49; }

 p { color: rgb(204,190,73); }

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

background-color css

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

 a { background-color: rgb(204,190,73); }

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

border-color css

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

 span { border-color: rgb(204,190,73); }

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