Html Css Color HEX #CCBD4C Old Gold

📋 copy color: '#CCBD4C'

red 204 ◦ green 189 ◦ blue 76

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

Shades of Old Gold #CCBD4C

Tints of Old Gold #CCBD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 76 (30.08% from 255) = 16.2%

R = 43.5%
G = 40.3%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCBD4C (or 0xCCBD4C) is known color: Old Gold. HEX triplet: CC, BD and 4C. RGB value is (204,189,76). Sum of RGB (Red+Green+Blue) = 204+189+76=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD4C is #3342B3. Grayscale: #B5B5B5. Windows color (decimal): -3359412 or 5029324. OLE color: 5029324.

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

Color convert

RGB 204 189 76 -
CMYK 0 0.07 0.63 0.2
HSL 52.97º 0.56% 0.55% -
HSV(B) 52.97º 0.63% 0.8% -
XYZ 44.4 49.75 14.1 -
YUV 180.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 204 189 76 0 0.07 0.63 0.2 52.97 0.56 0.55
Hex CC BD 4C 0 7 3F 14 35 38 37
Octal 314 275 114 0 7 77 24 65 70 67
Binary 11001100 10111101 1001100 0 111 111111 10100 110101 111000 110111

Color Harmonies of #CCBD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD4C

Black with #CCBD4C

Text Example


Text Example

White with #CCBD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD4C; }

 p { color: rgb(204,189,76); }

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

background-color css

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

 a { background-color: rgb(204,189,76); }

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

border-color css

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

 span { border-color: rgb(204,189,76); }

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