Html Css Color HEX #CCBC32 Old Gold

📋 copy color: '#CCBC32'

red 204 ◦ green 188 ◦ blue 50

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

Shades of Old Gold #CCBC32

Tints of Old Gold #CCBC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.31%

R = 46.15%
G = 42.53%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCBC32 (or 0xCCBC32) is known color: Old Gold. HEX triplet: CC, BC and 32. RGB value is (204,188,50). Sum of RGB (Red+Green+Blue) = 204+188+50=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC32 is #3343CD. Grayscale: #B1B1B1. Windows color (decimal): -3359694 or 3325132. OLE color: 3325132.

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

Color convert

RGB 204 188 50 -
CMYK 0 0.08 0.75 0.2
HSL 53.77º 0.61% 0.5% -
HSV(B) 53.77º 0.75% 0.8% -
XYZ 43.46 49.03 10.19 -
YUV 177.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 204 188 50 0 0.08 0.75 0.2 53.77 0.61 0.5
Hex CC BC 32 0 8 4B 14 36 3D 32
Octal 314 274 62 0 10 113 24 66 75 62
Binary 11001100 10111100 110010 0 1000 1001011 10100 110110 111101 110010

Color Harmonies of #CCBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC32

Black with #CCBC32

Text Example


Text Example

White with #CCBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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