Html Css Color HEX #CCBA3E Old Gold

📋 copy color: '#CCBA3E'

red 204 ◦ green 186 ◦ blue 62

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

Shades of Old Gold #CCBA3E

Tints of Old Gold #CCBA3E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

 BLUE value IS 62 (24.61% from 255) = 13.72%

R = 45.13%
G = 41.15%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCBA3E (or 0xCCBA3E) is known color: Old Gold. HEX triplet: CC, BA and 3E. RGB value is (204,186,62). Sum of RGB (Red+Green+Blue) = 204+186+62=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA3E is #3345C1. Grayscale: #B1B1B1. Windows color (decimal): -3360194 or 4111052. OLE color: 4111052.

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

Color convert

RGB 204 186 62 -
CMYK 0 0.09 0.70 0.2
HSL 52.39º 0.58% 0.52% -
HSV(B) 52.39º 0.7% 0.8% -
XYZ 43.33 48.3 11.6 -
YUV 177.25 62.96 147.08 -
System Red Green Blue C M Y K H S L
Decimal 204 186 62 0 0.09 0.70 0.2 52.39 0.58 0.52
Hex CC BA 3E 0 9 46 14 34 3A 34
Octal 314 272 76 0 11 106 24 64 72 64
Binary 11001100 10111010 111110 0 1001 1000110 10100 110100 111010 110100

Color Harmonies of #CCBA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA3E

Black with #CCBA3E

Text Example


Text Example

White with #CCBA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA3E; }

 p { color: rgb(204,186,62); }

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

background-color css

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

 a { background-color: rgb(204,186,62); }

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

border-color css

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

 span { border-color: rgb(204,186,62); }

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