Html Css Color HEX #CCBE41 Old Gold

📋 copy color: '#CCBE41'

red 204 ◦ green 190 ◦ blue 65

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

Shades of Old Gold #CCBE41

Tints of Old Gold #CCBE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.16%

R = 44.44%
G = 41.39%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCBE41 (or 0xCCBE41) is known color: Old Gold. HEX triplet: CC, BE and 41. RGB value is (204,190,65). Sum of RGB (Red+Green+Blue) = 204+190+65=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE41 is #3341BE. Grayscale: #B4B4B4. Windows color (decimal): -3359167 or 4308684. OLE color: 4308684.

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

Color convert

RGB 204 190 65 -
CMYK 0 0.07 0.68 0.2
HSL 53.96º 0.58% 0.53% -
HSV(B) 53.96º 0.68% 0.8% -
XYZ 44.27 50.05 12.33 -
YUV 179.94 63.14 145.16 -
System Red Green Blue C M Y K H S L
Decimal 204 190 65 0 0.07 0.68 0.2 53.96 0.58 0.53
Hex CC BE 41 0 7 44 14 36 3A 35
Octal 314 276 101 0 7 104 24 66 72 65
Binary 11001100 10111110 1000001 0 111 1000100 10100 110110 111010 110101

Color Harmonies of #CCBE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE41

Black with #CCBE41

Text Example


Text Example

White with #CCBE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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