Html Css Color HEX #CCAD3D Old Gold

📋 copy color: '#CCAD3D'

red 204 ◦ green 173 ◦ blue 61

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

Shades of Old Gold #CCAD3D

Tints of Old Gold #CCAD3D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.5%

 BLUE value IS 61 (24.22% from 255) = 13.93%

R = 46.58%
G = 39.5%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCAD3D (or 0xCCAD3D) is known color: Old Gold. HEX triplet: CC, AD and 3D. RGB value is (204,173,61). Sum of RGB (Red+Green+Blue) = 204+173+61=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD3D is #3352C2. Grayscale: #A9A9A9. Windows color (decimal): -3363523 or 4042188. OLE color: 4042188.

HSL color Cylindrical-coordinate representation of color #CCAD3D: hue angle of 46.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCAD3D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 173 61 -
CMYK 0 0.15 0.70 0.2
HSL 46.99º 0.58% 0.52% -
HSV(B) 46.99º 0.7% 0.8% -
XYZ 40.69 43.06 10.58 -
YUV 169.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 204 173 61 0 0.15 0.70 0.2 46.99 0.58 0.52
Hex CC AD 3D 0 F 46 14 2F 3A 34
Octal 314 255 75 0 17 106 24 57 72 64
Binary 11001100 10101101 111101 0 1111 1000110 10100 101111 111010 110100

Color Harmonies of #CCAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD3D

Black with #CCAD3D

Text Example


Text Example

White with #CCAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD3D; }

 p { color: rgb(204,173,61); }

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

background-color css

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

 a { background-color: rgb(204,173,61); }

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

border-color css

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

 span { border-color: rgb(204,173,61); }

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