Html Css Color HEX #CCB92E Old Gold

📋 copy color: '#CCB92E'

red 204 ◦ green 185 ◦ blue 46

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

Shades of Old Gold #CCB92E

Tints of Old Gold #CCB92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.57%

R = 46.9%
G = 42.53%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCB92E (or 0xCCB92E) is known color: Old Gold. HEX triplet: CC, B9 and 2E. RGB value is (204,185,46). Sum of RGB (Red+Green+Blue) = 204+185+46=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB92E is #3346D1. Grayscale: #AFAFAF. Windows color (decimal): -3360466 or 3062220. OLE color: 3062220.

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

Color convert

RGB 204 185 46 -
CMYK 0 0.09 0.77 0.2
HSL 52.78º 0.63% 0.49% -
HSV(B) 52.78º 0.77% 0.8% -
XYZ 42.74 47.73 9.55 -
YUV 174.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 204 185 46 0 0.09 0.77 0.2 52.78 0.63 0.49
Hex CC B9 2E 0 9 4D 14 35 3F 31
Octal 314 271 56 0 11 115 24 65 77 61
Binary 11001100 10111001 101110 0 1001 1001101 10100 110101 111111 110001

Color Harmonies of #CCB92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB92E

Black with #CCB92E

Text Example


Text Example

White with #CCB92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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