Html Css Color HEX #CCBA42 Old Gold

📋 copy color: '#CCBA42'

red 204 ◦ green 186 ◦ blue 66

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

Shades of Old Gold #CCBA42

Tints of Old Gold #CCBA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.47%

R = 44.74%
G = 40.79%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCBA42 (or 0xCCBA42) is known color: Old Gold. HEX triplet: CC, BA and 42. RGB value is (204,186,66). Sum of RGB (Red+Green+Blue) = 204+186+66=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA42 is #3345BD. Grayscale: #B2B2B2. Windows color (decimal): -3360190 or 4373196. OLE color: 4373196.

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

Color convert

RGB 204 186 66 -
CMYK 0 0.09 0.68 0.2
HSL 52.17º 0.58% 0.53% -
HSV(B) 52.17º 0.68% 0.8% -
XYZ 43.44 48.35 12.2 -
YUV 177.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 204 186 66 0 0.09 0.68 0.2 52.17 0.58 0.53
Hex CC BA 42 0 9 44 14 34 3A 35
Octal 314 272 102 0 11 104 24 64 72 65
Binary 11001100 10111010 1000010 0 1001 1000100 10100 110100 111010 110101

Color Harmonies of #CCBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA42

Black with #CCBA42

Text Example


Text Example

White with #CCBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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