Html Css Color HEX #CCBC31 Old Gold

📋 copy color: '#CCBC31'

red 204 ◦ green 188 ◦ blue 49

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

Shades of Old Gold #CCBC31

Tints of Old Gold #CCBC31

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

 BLUE value IS 49 (19.53% from 255) = 11.11%

R = 46.26%
G = 42.63%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCBC31 (or 0xCCBC31) is known color: Old Gold. HEX triplet: CC, BC and 31. RGB value is (204,188,49). Sum of RGB (Red+Green+Blue) = 204+188+49=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC31 is #3343CE. Grayscale: #B1B1B1. Windows color (decimal): -3359695 or 3259596. OLE color: 3259596.

HSL color Cylindrical-coordinate representation of color #CCBC31: hue angle of 53.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCBC31 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 49 -
CMYK 0 0.08 0.76 0.2
HSL 53.81º 0.61% 0.5% -
HSV(B) 53.81º 0.76% 0.8% -
XYZ 43.44 49.03 10.08 -
YUV 176.94 55.8 147.3 -
System Red Green Blue C M Y K H S L
Decimal 204 188 49 0 0.08 0.76 0.2 53.81 0.61 0.5
Hex CC BC 31 0 8 4C 14 36 3D 32
Octal 314 274 61 0 10 114 24 66 75 62
Binary 11001100 10111100 110001 0 1000 1001100 10100 110110 111101 110010

Color Harmonies of #CCBC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC31

Black with #CCBC31

Text Example


Text Example

White with #CCBC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC31; }

 p { color: rgb(204,188,49); }

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

background-color css

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

 a { background-color: rgb(204,188,49); }

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

border-color css

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

 span { border-color: rgb(204,188,49); }

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