Html Css Color HEX #CCBA36 Old Gold

📋 copy color: '#CCBA36'

red 204 ◦ green 186 ◦ blue 54

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

Shades of Old Gold #CCBA36

Tints of Old Gold #CCBA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.16%

R = 45.95%
G = 41.89%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCBA36 (or 0xCCBA36) is known color: Old Gold. HEX triplet: CC, BA and 36. RGB value is (204,186,54). Sum of RGB (Red+Green+Blue) = 204+186+54=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA36 is #3345C9. Grayscale: #B0B0B0. Windows color (decimal): -3360202 or 3586764. OLE color: 3586764.

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

Color convert

RGB 204 186 54 -
CMYK 0 0.09 0.74 0.2
HSL 52.8º 0.6% 0.51% -
HSV(B) 52.8º 0.74% 0.8% -
XYZ 43.13 48.22 10.52 -
YUV 176.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 204 186 54 0 0.09 0.74 0.2 52.8 0.6 0.51
Hex CC BA 36 0 9 4A 14 35 3C 33
Octal 314 272 66 0 11 112 24 65 74 63
Binary 11001100 10111010 110110 0 1001 1001010 10100 110101 111100 110011

Color Harmonies of #CCBA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA36

Black with #CCBA36

Text Example


Text Example

White with #CCBA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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