Html Css Color HEX #CCB74A Old Gold

📋 copy color: '#CCB74A'

red 204 ◦ green 183 ◦ blue 74

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

Shades of Old Gold #CCB74A

Tints of Old Gold #CCB74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 44.25%
G = 39.7%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCB74A (or 0xCCB74A) is known color: Old Gold. HEX triplet: CC, B7 and 4A. RGB value is (204,183,74). Sum of RGB (Red+Green+Blue) = 204+183+74=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB74A is #3348B5. Grayscale: #B1B1B1. Windows color (decimal): -3360950 or 4896716. OLE color: 4896716.

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

Color convert

RGB 204 183 74 -
CMYK 0 0.10 0.64 0.2
HSL 50.31º 0.56% 0.55% -
HSV(B) 50.31º 0.64% 0.8% -
XYZ 43.07 47.2 13.32 -
YUV 176.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 204 183 74 0 0.10 0.64 0.2 50.31 0.56 0.55
Hex CC B7 4A 0 A 40 14 32 38 37
Octal 314 267 112 0 12 100 24 62 70 67
Binary 11001100 10110111 1001010 0 1010 1000000 10100 110010 111000 110111

Color Harmonies of #CCB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB74A

Black with #CCB74A

Text Example


Text Example

White with #CCB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB74A; }

 p { color: rgb(204,183,74); }

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

background-color css

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

 a { background-color: rgb(204,183,74); }

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

border-color css

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

 span { border-color: rgb(204,183,74); }

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