Html Css Color HEX #CCBE40 Old Gold

📋 copy color: '#CCBE40'

red 204 ◦ green 190 ◦ blue 64

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

Shades of Old Gold #CCBE40

Tints of Old Gold #CCBE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 44.54%
G = 41.48%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCBE40 (or 0xCCBE40) is known color: Old Gold. HEX triplet: CC, BE and 40. RGB value is (204,190,64). Sum of RGB (Red+Green+Blue) = 204+190+64=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE40 is #3341BF. Grayscale: #B4B4B4. Windows color (decimal): -3359168 or 4243148. OLE color: 4243148.

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

Color convert

RGB 204 190 64 -
CMYK 0 0.07 0.69 0.2
HSL 54º 0.58% 0.53% -
HSV(B) 54º 0.69% 0.8% -
XYZ 44.24 50.03 12.18 -
YUV 179.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 204 190 64 0 0.07 0.69 0.2 54 0.58 0.53
Hex CC BE 40 0 7 45 14 36 3A 35
Octal 314 276 100 0 7 105 24 66 72 65
Binary 11001100 10111110 1000000 0 111 1000101 10100 110110 111010 110101

Color Harmonies of #CCBE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE40

Black with #CCBE40

Text Example


Text Example

White with #CCBE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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