Html Css Color HEX #CCBE31 Old Gold

📋 copy color: '#CCBE31'

red 204 ◦ green 190 ◦ blue 49

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

Shades of Old Gold #CCBE31

Tints of Old Gold #CCBE31

RGB

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

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

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

R = 46.05%
G = 42.89%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCBE31 (or 0xCCBE31) is known color: Old Gold. HEX triplet: CC, BE and 31. RGB value is (204,190,49). Sum of RGB (Red+Green+Blue) = 204+190+49=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE31 is #3341CE. Grayscale: #B2B2B2. Windows color (decimal): -3359183 or 3260108. OLE color: 3260108.

HSL color Cylindrical-coordinate representation of color #CCBE31: hue angle of 54.58º 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 #CCBE31 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 49 -
CMYK 0 0.07 0.76 0.2
HSL 54.58º 0.61% 0.5% -
HSV(B) 54.58º 0.76% 0.8% -
XYZ 43.87 49.89 10.22 -
YUV 178.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 204 190 49 0 0.07 0.76 0.2 54.58 0.61 0.5
Hex CC BE 31 0 7 4C 14 37 3D 32
Octal 314 276 61 0 7 114 24 67 75 62
Binary 11001100 10111110 110001 0 111 1001100 10100 110111 111101 110010

Color Harmonies of #CCBE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE31

Black with #CCBE31

Text Example


Text Example

White with #CCBE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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