Html Css Color HEX #CCB93F Old Gold

📋 copy color: '#CCB93F'

red 204 ◦ green 185 ◦ blue 63

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

Shades of Old Gold #CCB93F

Tints of Old Gold #CCB93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.94%

R = 45.13%
G = 40.93%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCB93F (or 0xCCB93F) is known color: Old Gold. HEX triplet: CC, B9 and 3F. RGB value is (204,185,63). Sum of RGB (Red+Green+Blue) = 204+185+63=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB93F is #3346C0. Grayscale: #B1B1B1. Windows color (decimal): -3360449 or 4176332. OLE color: 4176332.

HSL color Cylindrical-coordinate representation of color #CCB93F: hue angle of 51.91º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCB93F is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 63 -
CMYK 0 0.09 0.69 0.2
HSL 51.91º 0.58% 0.52% -
HSV(B) 51.91º 0.69% 0.8% -
XYZ 43.15 47.89 11.67 -
YUV 176.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 204 185 63 0 0.09 0.69 0.2 51.91 0.58 0.52
Hex CC B9 3F 0 9 45 14 34 3A 34
Octal 314 271 77 0 11 105 24 64 72 64
Binary 11001100 10111001 111111 0 1001 1000101 10100 110100 111010 110100

Color Harmonies of #CCB93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB93F

Black with #CCB93F

Text Example


Text Example

White with #CCB93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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