Html Css Color HEX #CCBC41 Old Gold

📋 copy color: '#CCBC41'

red 204 ◦ green 188 ◦ blue 65

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

Shades of Old Gold #CCBC41

Tints of Old Gold #CCBC41

RGB

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

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

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

R = 44.64%
G = 41.14%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCBC41 (or 0xCCBC41) is known color: Old Gold. HEX triplet: CC, BC and 41. RGB value is (204,188,65). Sum of RGB (Red+Green+Blue) = 204+188+65=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC41 is #3343BE. Grayscale: #B3B3B3. Windows color (decimal): -3359679 or 4308172. OLE color: 4308172.

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

Color convert

RGB 204 188 65 -
CMYK 0 0.08 0.68 0.2
HSL 53.09º 0.58% 0.53% -
HSV(B) 53.09º 0.68% 0.8% -
XYZ 43.84 49.19 12.18 -
YUV 178.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 204 188 65 0 0.08 0.68 0.2 53.09 0.58 0.53
Hex CC BC 41 0 8 44 14 35 3A 35
Octal 314 274 101 0 10 104 24 65 72 65
Binary 11001100 10111100 1000001 0 1000 1000100 10100 110101 111010 110101

Color Harmonies of #CCBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC41

Black with #CCBC41

Text Example


Text Example

White with #CCBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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