Html Css Color HEX #CCBC2F Old Gold

📋 copy color: '#CCBC2F'

red 204 ◦ green 188 ◦ blue 47

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

Shades of Old Gold #CCBC2F

Tints of Old Gold #CCBC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.82%

 BLUE value IS 47 (18.75% from 255) = 10.71%

R = 46.47%
G = 42.82%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCBC2F (or 0xCCBC2F) is known color: Old Gold. HEX triplet: CC, BC and 2F. RGB value is (204,188,47). Sum of RGB (Red+Green+Blue) = 204+188+47=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC2F is #3343D0. Grayscale: #B1B1B1. Windows color (decimal): -3359697 or 3128524. OLE color: 3128524.

HSL color Cylindrical-coordinate representation of color #CCBC2F: hue angle of 53.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCBC2F is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 47 -
CMYK 0 0.08 0.77 0.2
HSL 53.89º 0.63% 0.49% -
HSV(B) 53.89º 0.77% 0.8% -
XYZ 43.4 49.01 9.86 -
YUV 176.71 54.8 147.46 -
System Red Green Blue C M Y K H S L
Decimal 204 188 47 0 0.08 0.77 0.2 53.89 0.63 0.49
Hex CC BC 2F 0 8 4D 14 36 3F 31
Octal 314 274 57 0 10 115 24 66 77 61
Binary 11001100 10111100 101111 0 1000 1001101 10100 110110 111111 110001

Color Harmonies of #CCBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC2F

Black with #CCBC2F

Text Example


Text Example

White with #CCBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC2F; }

 p { color: rgb(204,188,47); }

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

background-color css

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

 a { background-color: rgb(204,188,47); }

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

border-color css

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

 span { border-color: rgb(204,188,47); }

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