Html Css Color HEX #CCBE37 Old Gold

📋 copy color: '#CCBE37'

red 204 ◦ green 190 ◦ blue 55

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

Shades of Old Gold #CCBE37

Tints of Old Gold #CCBE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.25%

R = 45.43%
G = 42.32%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCBE37 (or 0xCCBE37) is known color: Old Gold. HEX triplet: CC, BE and 37. RGB value is (204,190,55). Sum of RGB (Red+Green+Blue) = 204+190+55=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE37 is #3341C8. Grayscale: #B3B3B3. Windows color (decimal): -3359177 or 3653324. OLE color: 3653324.

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

Color convert

RGB 204 190 55 -
CMYK 0 0.07 0.73 0.2
HSL 54.36º 0.59% 0.51% -
HSV(B) 54.36º 0.73% 0.8% -
XYZ 44 49.94 10.93 -
YUV 178.8 58.14 145.98 -
System Red Green Blue C M Y K H S L
Decimal 204 190 55 0 0.07 0.73 0.2 54.36 0.59 0.51
Hex CC BE 37 0 7 49 14 36 3B 33
Octal 314 276 67 0 7 111 24 66 73 63
Binary 11001100 10111110 110111 0 111 1001001 10100 110110 111011 110011

Color Harmonies of #CCBE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE37

Black with #CCBE37

Text Example


Text Example

White with #CCBE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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