Html Css Color HEX #CCB94B Old Gold

📋 copy color: '#CCB94B'

red 204 ◦ green 185 ◦ blue 75

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

Shades of Old Gold #CCB94B

Tints of Old Gold #CCB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.87%

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

R = 43.97%
G = 39.87%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCB94B (or 0xCCB94B) is known color: Old Gold. HEX triplet: CC, B9 and 4B. RGB value is (204,185,75). Sum of RGB (Red+Green+Blue) = 204+185+75=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB94B is #3346B4. Grayscale: #B2B2B2. Windows color (decimal): -3360437 or 4962764. OLE color: 4962764.

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

Color convert

RGB 204 185 75 -
CMYK 0 0.09 0.63 0.2
HSL 51.16º 0.56% 0.55% -
HSV(B) 51.16º 0.63% 0.8% -
XYZ 43.52 48.04 13.64 -
YUV 178.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 204 185 75 0 0.09 0.63 0.2 51.16 0.56 0.55
Hex CC B9 4B 0 9 3F 14 33 38 37
Octal 314 271 113 0 11 77 24 63 70 67
Binary 11001100 10111001 1001011 0 1001 111111 10100 110011 111000 110111

Color Harmonies of #CCB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB94B

Black with #CCB94B

Text Example


Text Example

White with #CCB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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