Html Css Color HEX #CCBD3A Old Gold

📋 copy color: '#CCBD3A'

red 204 ◦ green 189 ◦ blue 58

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

Shades of Old Gold #CCBD3A

Tints of Old Gold #CCBD3A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.91%

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

R = 45.23%
G = 41.91%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCBD3A (or 0xCCBD3A) is known color: Old Gold. HEX triplet: CC, BD and 3A. RGB value is (204,189,58). Sum of RGB (Red+Green+Blue) = 204+189+58=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD3A is #3342C5. Grayscale: #B3B3B3. Windows color (decimal): -3359430 or 3849676. OLE color: 3849676.

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

Color convert

RGB 204 189 58 -
CMYK 0 0.07 0.72 0.2
HSL 53.84º 0.59% 0.51% -
HSV(B) 53.84º 0.72% 0.8% -
XYZ 43.86 49.54 11.25 -
YUV 178.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 204 189 58 0 0.07 0.72 0.2 53.84 0.59 0.51
Hex CC BD 3A 0 7 48 14 36 3B 33
Octal 314 275 72 0 7 110 24 66 73 63
Binary 11001100 10111101 111010 0 111 1001000 10100 110110 111011 110011

Color Harmonies of #CCBD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD3A

Black with #CCBD3A

Text Example


Text Example

White with #CCBD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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