Html Css Color HEX #CCBC4B Old Gold

📋 copy color: '#CCBC4B'

red 204 ◦ green 188 ◦ blue 75

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

Shades of Old Gold #CCBC4B

Tints of Old Gold #CCBC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.06%

R = 43.68%
G = 40.26%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCBC4B (or 0xCCBC4B) is known color: Old Gold. HEX triplet: CC, BC and 4B. RGB value is (204,188,75). Sum of RGB (Red+Green+Blue) = 204+188+75=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC4B is #3343B4. Grayscale: #B4B4B4. Windows color (decimal): -3359669 or 4963532. OLE color: 4963532.

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

Color convert

RGB 204 188 75 -
CMYK 0 0.08 0.63 0.2
HSL 52.56º 0.56% 0.55% -
HSV(B) 52.56º 0.63% 0.8% -
XYZ 44.16 49.31 13.85 -
YUV 179.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 204 188 75 0 0.08 0.63 0.2 52.56 0.56 0.55
Hex CC BC 4B 0 8 3F 14 35 38 37
Octal 314 274 113 0 10 77 24 65 70 67
Binary 11001100 10111100 1001011 0 1000 111111 10100 110101 111000 110111

Color Harmonies of #CCBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC4B

Black with #CCBC4B

Text Example


Text Example

White with #CCBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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