Html Css Color HEX #CCBC3A Old Gold

📋 copy color: '#CCBC3A'

red 204 ◦ green 188 ◦ blue 58

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

Shades of Old Gold #CCBC3A

Tints of Old Gold #CCBC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.89%

R = 45.33%
G = 41.78%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCBC3A (or 0xCCBC3A) is known color: Old Gold. HEX triplet: CC, BC and 3A. RGB value is (204,188,58). Sum of RGB (Red+Green+Blue) = 204+188+58=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC3A is #3343C5. Grayscale: #B2B2B2. Windows color (decimal): -3359686 or 3849420. OLE color: 3849420.

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

Color convert

RGB 204 188 58 -
CMYK 0 0.08 0.72 0.2
HSL 53.42º 0.59% 0.51% -
HSV(B) 53.42º 0.72% 0.8% -
XYZ 43.65 49.11 11.18 -
YUV 177.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 204 188 58 0 0.08 0.72 0.2 53.42 0.59 0.51
Hex CC BC 3A 0 8 48 14 35 3B 33
Octal 314 274 72 0 10 110 24 65 73 63
Binary 11001100 10111100 111010 0 1000 1001000 10100 110101 111011 110011

Color Harmonies of #CCBC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC3A

Black with #CCBC3A

Text Example


Text Example

White with #CCBC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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